ToolAssay

Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw

Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
295 msmedian answer time
$0.002listed price per call
$0.002price 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://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call

CategoryCode and developer
Provider hostai-data-marketplace-1042299154756.us-central1.run.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 295 ms

Example input (from the provider)

{
  "body": {
    "block": "latest",
    "chain": "base",
    "data": "0x18160ddd",
    "to": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": true,
          "properties": {
            "block": {
              "description": "Block tag or height; defaults to latest.",
              "type": "string"
            },
            "chain": {
              "description": "base, ethereum, or arbitrum; defaults to base.",
              "type": "string"
            },
            "data": {
              "description": "0x-prefixed calldata, limited to 32,768 bytes; defaults to 0x.",
              "type": "string"
            },
            "from": {
              "description": "Optional caller address for call context.",
              "type": "string"
            },
            "to": {
              "description": "Destination contract address.",
              "type": "string"
            }
          },
          "required": [
            "to"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "broadcast": {
              "type": "boolean"
            },
            "network": {
              "type": "string"
            },
            "return_data": {
              "type": "string"
            },
            "return_data_bytes": {
              "type": "integer"
            },
            "success": {
              "type": "boolean"
            }
          },
          "required": [
            "success",
            "network",
            "broadcast",
            "return_data",
            "return_data_bytes"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON