added

Get Supported chains for NFT & Token API

We have added two new endpoints for the NFT API and the Token API respectively. These endpoints allow you to fetch the list of supported chains for each API.

Get supported chains for NFT API

Request Endpoint: reference

GET /api/v3/erc1155/chains

Response Body

{
    "success": true,
    "result": [
        "AVAC",
        "BSC",
        "ETHEREUM",
        "MATIC",
        "HEDERA",
        "ARBITRUM"
    ]
}

Get supported chains for Token API

Request Endpoint: reference

GET /api/v3/erc20/chains

Response Body

{
    "success": true,
    "result": [
        "AVAC",
        "BSC",
        "ETHEREUM",
        "MATIC",
        "ARBITRUM"
    ]
}