Skip to main content
POST
/
tools
/
web3
/
evm
/
is-supported-chain
Check Supported Chain
curl --request POST \
  --url https://api.dirtroad.dev/tools/web3/evm/is-supported-chain \
  --header 'Content-Type: application/json' \
  --header 'X-Payment: <api-key>' \
  --data '{
  "chain": "<string>"
}'
{
  "chain": "<string>",
  "input": "<string>",
  "isSupported": true
}

Authorizations

X-Payment
string
header
required

x402 blockchain payment authorization header containing signed EIP-3009 Transfer with Authorization

Body

application/json
chain
string
required

CAIP-12 chain identifier or slug

Response

Chain support check completed successfully

chain
string
required

Normalized CAIP-12 chain identifier

input
string
required

Original input chain identifier

isSupported
boolean
required

Whether the chain is supported