DELXCOMMERCE 8 routes

Discovery pack · Autonomous buyers, wallet operators and payment engineers

Preflight a Base payment before an agent spends

Combine live Base gas context with deterministic budget, freshness, fee, USDC amount, recipient, payment-match and receipt checks before an autonomous buyer spends. The pack is read-only and validation-only: it never signs, broadcasts, approves or transfers assets.

Base gas for agentsUSDC payment preflightagent wallet spending controlBase settlement receiptx402 payment budget

Human → agent handoff

Share the job, not a directory.

Every route below has its own price, schema and bounded AgentCash command. Copying a command preserves this pack as a measurable discovery source.

https://api.delx.ai/api/v1/x402/start?q=check%20Base%20gas%20USDC%20amount%20recipient%20and%20settlement%20evidence%20before%20an%20autonomous%20payment
01
blockchain · POST /api/v1/x402/base-gasDelx Base Gas

get_base_gas

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-gas -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{}'
$0.001
02
blockchain-data · POST /api/v1/x402/base-gas-budget-checkBase Gas Budget Check

util_base_gas_budget_check

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-gas-budget-check -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"gas_price_gwei":0.08,"gas_limit":21000,"budget_eth":0.00001,"eth_usd":3500}'
$0.001
03
chain-primitives-local · POST /api/v1/x402/base-gas-price-stalenessBase Gas Price Staleness

util_base_gas_price_staleness

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-gas-price-staleness -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"quoted_at_epoch":1720000000,"now_epoch":1720000060,"maximum_age_seconds":120}'
$0.001
04
chain-primitives-local · POST /api/v1/x402/base-fee-budget-breakdownBase Fee Budget Breakdown

util_base_fee_budget_breakdown

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-fee-budget-breakdown -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"gas_limit":21000,"base_fee_wei":"1000000000","priority_fee_wei":"100000000","max_fee_per_gas_wei":"1500000000"}'
$0.001
05
chain-primitives-local · POST /api/v1/x402/base-usdc-amount-checkBase USDC Amount Check

util_base_usdc_amount_check

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-usdc-amount-check -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"amount_raw":"1000","expected_raw":"1000","maximum_raw":"2000"}'
$0.001
06
chain-primitives-local · POST /api/v1/x402/base-usdc-recipient-checkBase USDC Recipient Check

util_base_usdc_recipient_check

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-usdc-recipient-check -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"recipient":"0x1111111111111111111111111111111111111111","expected":"0x1111111111111111111111111111111111111111"}'
$0.001
07
chain-primitives-local · POST /api/v1/x402/base-usdc-payment-matchBase USDC Payment Match

util_base_usdc_payment_match

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-usdc-payment-match -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"recipient":"0x1111111111111111111111111111111111111111","expected_recipient":"0x1111111111111111111111111111111111111111","amount_raw":"1000","expected_amount_raw":"1000","chain_id":8453}'
$0.001
08
chain-primitives-local · POST /api/v1/x402/base-settlement-receipt-checkBase Settlement Receipt Check

util_base_settlement_receipt_check

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-settlement-receipt-check -m POST -H 'x-delx-source: discovery-pack-preflight-base-agent-payments' --max-amount 0.001 -b '{"receipt":{"chain_id":8453,"status":1,"recipient":"0x1111111111111111111111111111111111111111","amount_raw":"1000"},"expected_recipient":"0x1111111111111111111111111111111111111111","expected_amount_raw":"1000"}'
$0.001

Machine-readable path

Inspect the graph.