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 '{}'Discovery pack · Autonomous buyers, wallet operators and payment engineers
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.
Human → agent handoff
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%20paymentget_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 '{}'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}'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}'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"}'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"}'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"}'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}'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"}'Machine-readable path