{
  "x402Version": 2,
  "id": 3233,
  "slug": "3233",
  "resource": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call",
  "description": "Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "block": "latest",
            "chain": "base",
            "data": "0x18160ddd",
            "to": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "broadcast": false,
            "network": "base",
            "return_data": "0x...",
            "return_data_bytes": 32,
            "success": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ai-data-marketplace-1042299154756.us-central1.run.app",
  "lastUpdated": "2026-08-28T22:58:07.903Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T22:58:07.704Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ai-data-marketplace-1042299154756.us-central1.run.app",
    "manifest_name": "ai-data-marketplace-1042299154756.us-central1.run.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}