Retrieve supported Chains
Get a list of supported blockchains.
This endpoint will return a list of all the blockchains that are supported by the NFT-API.
Believe an important one is missing? Please reach out to us and convince us.
Request Endpoint: reference
GET /api/env
Response Body:
{
  "supportedChainsForItemCreation": [
    "AVAC",
    "BSC",
    "ETHEREUM",
    "MATIC",
    "HEDERA",
    "IMX",
    "ARBITRUM"
  ]
}
Updated almost 2 years ago
