chain-scan.com

chain-scan.com
Category
Service
Network
Avg / request
$0.002
Endpoints
1

Service overview

What is chain-scan.com?

Single-call Etherscan / Basescan query. Proxies the Etherscan API V2 unified endpoint: pass any module/action and chainid, get the raw JSON back. Covers Ethereum, Base, Arbitrum, Optimism, Polygon and other supported chains.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://chain-scan.com/v1/scan" \
  --query '{
  "action": "{action}",
  "address": "{address}",
  "chainid": "{chainid}",
  "module": "{module}",
  "tag": "{tag}"
}'
What you get back
{
  "endpoint": "GET /v1/scan",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services