added
Get Supported chains for NFT & Token API
October 20th, 2024 by Abdullah Baig
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"
]
}