Retrieve Supported Chains

Get a list of supported blockchains for the NFT-API.

This endpoint will return a list of all the blockchains that are supported by the NFT-API v2.0.

📘

Believe an important one is missing? Please reach out to us and convince us.

Request Endpoint: (reference to be added)

GET /api/v2/env

Response Body:

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