{"api":"v1","generated_at":"2026-09-16T09:51:33.464Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-evm-call-b434d7","pinned_page":"https://tollindex.com/e/ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-evm-call-b434d7/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-evm-call-b434d7","canonical_url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call","resource":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.","service_name":"Read-Only EVM Contract Call","declared_category":null,"declared_tags":["eth-call","contract","read-only","json-rpc","evm"],"route_template":null,"registry_updated":"2026-08-28T22:58:07.903Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"evm call","category":"compute","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.002 USDC","amount_units":0.002,"decimals_known":true,"pay_to":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-28T22:58:07.704Z"},"validation":{"latest":{"observed_at":"2026-09-16T06:00:13.159Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":6,"ratio":1},{"days":30,"observed":6,"passed":6,"ratio":1},{"days":90,"observed":6,"passed":6,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T06:00:13.159Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T06:16:44.238Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:47:14.884Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:40:25.648Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:57:23.763Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:52:00.703Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","page":"https://tollindex.com/seller/0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","endpoints":78,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["eth-call","contract","read-only","json-rpc","evm"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","amount":"2000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-28T22:58:07.704Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_call","extensions":{"bazaar":{"info":{"input":{"body":{"to":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","data":"0x18160ddd","block":"latest","chain":"base"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"network":"base","success":true,"broadcast":false,"return_data":"0x...","return_data_bytes":32}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["to"],"properties":{"to":{"type":"string","description":"Destination contract address."},"data":{"type":"string","description":"0x-prefixed calldata, limited to 32,768 bytes; defaults to 0x."},"from":{"type":"string","description":"Optional caller address for call context."},"block":{"type":"string","description":"Block tag or height; defaults to latest."},"chain":{"type":"string","description":"base, ethereum, or arbitrum; defaults to base."}},"additionalProperties":true},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["success","network","broadcast","return_data","return_data_bytes"],"properties":{"network":{"type":"string"},"success":{"type":"boolean"},"broadcast":{"type":"boolean"},"return_data":{"type":"string"},"return_data_bytes":{"type":"integer"}},"additionalProperties":true}}}}}}},"description":"Execute one bounded eth_call against Base, Ethereum, or Arbitrum and return raw deterministic call data without signing or broadcasting.","lastUpdated":"2026-08-28T22:58:07.903Z","serviceName":"Read-Only EVM Contract Call","x402Version":2}]}}