AIXBT Docs

List Chains

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

GET
/v2/projects/chains

Response Body

application/json

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