AIXBT Docs

List Chains

Returns all available blockchain platforms. Use these values with the chain filter parameter on other endpoints.

GET
/v2/projects/chains

Authorization

ApiKeyAuth
x-api-key<token>

API key to authorize requests

In: header

Response Body

application/json

curl -X GET "https://api.aixbt.tech/v2/projects/chains"
{
  "status": 200,
  "error": "",
  "data": [
    "arbitrum-one",
    "base",
    "ethereum",
    "solana"
  ]
}