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.
get
https://nft-api.venly.io
/api/env
{
"supportedChainsForItemCreation": [
"AVAC",
"BSC",
"ETHEREUM",
"MATIC"
]
}
Last modified 2mo ago