Retrieve supported Chains

Get a list of supported blockchains

This endpoint will return of 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 🤘

Endpoint: GET

Returns

{
    "supportedChainsForItemCreation": [
        "AVAC",
        "BSC",
        "ETHEREUM",
        "MATIC"
    ]
}

Last updated