Venly API
Search
⌃K

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

get
https://nft-api.venly.io
/api/env

Returns

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