{"uid":"cap_ladyA32eYT1E9JR3gVopH","slug":"delx-evm-amount-min-check-a02cb791","name":"Delx EVM Amount Min Check","description":"EVM Amount Min Check: EVM Amount Min Check checks an actual raw amount against a minimum raw amount from bounded caller-supplied values without an external provider. Call EVM Amount Min 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 Amount Min Check as versioned deterministic JSON. Price: $0.001 USDC via x40…","url":"https://api.delx.ai/api/v1/x402/evm-amount-min-check","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"actual_raw":{"type":"string","maxLength":8192,"description":"Actual Raw supplied to EVM Amount Min Check; used only for this bounded calculation and processed in memory without retention."},"minimum_raw":{"type":"string","maxLength":8192,"description":"Minimum Raw supplied to EVM Amount Min Check; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"sufficient":true,"required_raw":"990000","available_raw":"1000000","shortfall_raw":"0"},"schema":"delx/util-evm-amount-min-check/v1","status":"pass","evidence":{"retained":false,"input_sha256":"9a66791df6aae798d8e31bfaddf8e94435651e5cb4b55928f09647bce14542e5","external_calls":0},"operation":"evm_preflight:evm_amount_min_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_MjJLOtaTDuK8vVj6mfFeX","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":"Checks whether a raw EVM token amount meets or exceeds a required minimum threshold, returning sufficiency status and shortfall details.","exampleAgentPrompt":"Before executing the swap, check if the available raw amount of 1000000 meets the minimum required raw amount of 990000 on EVM — tell me if it's sufficient and by how much.","exampleUseCases":[{"title":"DeFi transaction preflight gate","prompt":"Before submitting this on-chain swap, verify that my available raw token amount of 5000000 is at least the required minimum of 4500000 — show me whether it's sufficient and what the shortfall is if not."},{"title":"Agent wallet balance guard","prompt":"My agent is about to pay a service fee requiring a raw minimum of 2000000. I have 1800000 raw available — check if that's enough and tell me how much I'm short."},{"title":"Batch payment readiness check","prompt":"I need to confirm that a raw EVM amount of 750000 covers the minimum threshold of 750000 before my agent queues the next payment batch — is it sufficient?"}],"resultDescription":"Returns a JSON object with a boolean 'sufficient' field, the required_raw amount, available_raw amount, and shortfall_raw (zero if sufficient). Also includes operation metadata, input hash for auditability, and confirmation that no data was retained.","failureModes":["Missing or malformed actual_raw or minimum_raw strings may cause a 400 validation error","Non-numeric string values for raw amounts will likely result in a processing error","Extremely large numeric strings exceeding maxLength of 8192 characters will be rejected","Network timeout or service unavailability returns a 5xx error"],"whenToPreferThis":"Use this endpoint when you need a lightweight, auditable, in-memory preflight check that a raw EVM token amount meets a minimum before committing to a blockchain transaction, swap, or payment. It is preferable over doing this comparison locally when you need a logged, hashable evidence trail or when operating within an agent pipeline that requires governed service calls. It does not make on-chain calls itself — it is purely a computation over two numeric strings.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T19:02:26.334Z","isFirstParty":false}