API Reference
Get a list of supported blockchains
Get a list of Metrics API supported blockchains.
GET
/
v2
/
chains
Query Parameters
pageToken
string
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
network
enum<string>
Either mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
, devnet
Response
200 - application/json
nextPageToken
string
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
chains
object[]
requiredArray of Subnet - EVM Chain ID mappings whose metrics we support.
Was this page helpful?