ToolAssay

EVM Token Balance Budget

EVM Token Balance Budget: checks caller-supplied raw token balance against transfer amount using only bounded caller-supplied values. Call when you need a bounded evm token balance budget result 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 Token Balance Budget as versioned deterministic JSON. Price: $0.001 USDC…

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.001listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.delx.ai/api/v1/x402/evm-token-balance-budget

CategoryMarket data
Provider hostapi.delx.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "amount_raw": "1500000",
    "balance_raw": "2500000"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "amount_raw": {
              "description": "Amount Raw supplied to EVM Token Balance Budget; used only for this bounded calculation and processed in memory without retention.",
              "maxLength": 8192,
              "type": "string"
            },
            "balance_raw": {
              "description": "Balance Raw supplied to EVM Token Balance Budget; used only for this bounded calculation and processed in memory without retention.",
              "maxLength": 8192,
              "type": "string"
            }
          },
          "required": [
            "balance_raw",
            "amount_raw"
          ],
          "type": "object"
        },
        "bodyType": {
          "const": "json",
          "type": "string"
        },
        "method": {
          "const": "POST",
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": true,
      "description": "Versioned bounded first-party JSON result with input evidence; caller data is processed in memory and not retained.",
      "properties": {
        "evidence": {
          "additionalProperties": true,
          "properties": {
            "external_calls": {
              "type": "integer"
            },
            "input_sha256": {
              "type": "string"
            },
            "retained": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "operation": {
          "type": "string"
        },
        "result": {
          "additionalProperties": true,
          "properties": {
            "available_raw": {
              "type": "string"
            },
            "required_raw": {
              "type": "string"
            },
            "shortfall_raw": {
              "type": "string"
            },
            "sufficient": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "schema": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON