{"uid":"cap_pnz0WlfT1M49cdshvzeqz","slug":"delx-evm-fee-cap-order-check-5127a6fa","name":"Delx EVM Fee Cap Order Check","description":"EVM Fee Cap Order Check: EVM Fee Cap Order Check checks that the priority fee cap does not exceed the total fee cap from bounded caller-supplied values without an external provider. Call EVM Fee Cap Order Check before signing, submitting, replacing, or accepting an EVM/Base transaction assembled from caller-owned data. Returns normalized transaction evidence, calculated budget or shape findings, and a fail-closed preflight status for EVM Fee Cap Order Check as versioned deterministic JSON. Pric…","url":"https://api.delx.ai/api/v1/x402/evm-fee-cap-order-check","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"max_fee_per_gas_wei":{"type":"string","maxLength":8192,"description":"Max Fee Per Gas Wei supplied to EVM Fee Cap Order Check; used only for this bounded calculation and processed in memory without retention."},"max_priority_fee_per_gas_wei":{"type":"string","maxLength":8192,"description":"Max Priority Fee Per Gas Wei supplied to EVM Fee Cap Order Check; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"ordered":true,"max_fee_per_gas_wei":"2000000000","max_priority_fee_per_gas_wei":"100000000"},"schema":"delx/util-evm-fee-cap-order-check/v1","status":"pass","evidence":{"retained":false,"input_sha256":"b04dce361f99458031086c658ad3571d192c3729ea28ea2ccad5d3960a15eaf2","external_calls":0},"operation":"evm_preflight:evm_fee_cap_order_check"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_J3weFBWrQrl91ocplVWuC","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates that EVM gas fee parameters are correctly ordered (max_fee_per_gas >= max_priority_fee_per_gas) for preflight transaction checks.","exampleAgentPrompt":"Before I submit this Ethereum transaction, can you check that my gas fee parameters are correctly ordered — max fee per gas is 2000000000 wei and max priority fee per gas is 100000000 wei?","exampleUseCases":[{"title":"Transaction preflight gas validation","prompt":"I'm about to broadcast an EVM transaction with a max fee per gas of 5000000000 wei and a max priority fee per gas of 1500000000 wei — can you run a preflight check to make sure those fee values are in the correct order?"},{"title":"Debugging invalid gas fee ordering","prompt":"My agent got an error saying the gas fee params are wrong on this Ethereum tx. The max fee per gas wei is 100000000 and max priority fee per gas wei is 2000000000 — can you check if they're in the right order?"},{"title":"Automated on-chain workflow fee guard","prompt":"Before my agent submits any EVM transaction, I want it to verify the gas fee order is valid — max fee per gas is 3000000000 wei and max priority fee per gas is 200000000 wei. Can you confirm this passes the fee cap order check?"}],"resultDescription":"Returns a JSON object indicating whether the fee parameters are correctly ordered (ordered: true/false), echoes back the provided wei values, a status field ('pass' or 'fail'), and an evidence block confirming no data retention and no external calls were made.","failureModes":["Invalid or non-numeric wei string values cause parsing errors","max_priority_fee_per_gas_wei greater than max_fee_per_gas_wei returns ordered: false with a fail status","Missing required fields result in a validation error response","Malformed JSON body returns an HTTP 400 error"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, stateless, in-memory preflight check to confirm EVM gas fee ordering correctness before broadcasting a transaction. It is ideal when you need an auditable evidence trail (including input hash and zero data retention guarantees) and want a simple pass/fail check rather than full gas estimation or simulation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:53:12.963Z","isFirstParty":false}