Jump to Content
Venly
GuidesAPI ReferenceChangelog
Get API KeyStatusSupportVenly
Guides
Get API KeyStatusSupport
GuidesAPI ReferenceChangelog
These docs are for v1.0. Click to read the latest docs for v3.0.

NFT API v1 (deprecated)

  • Overview
  • Getting started
  • Migrate to NFT v3
  • Migrate from v1 to v3
  • Guides
    • Create contract
    • Retrieve contract
    • Create NFT template (token-type)
    • Retrieve NFT template (token-type)
    • Retrieve NFT metadata
    • Update NFT metadata
    • Mint an NFT
    • Speed up your minting
    • Retrieve fungible and non-fungible Tokens
    • Retrieve supported Chains
    • Retrieve company minter wallets
    • Store NFT image and media
  • Advanced Guides
    • How to store your NFT metadata on IPFS
    • How to batch mint NFTs to multiple destinations?
    • How to add Audio to your NFTs
    • How to add Video to your NFTs
  • NFT Configuration
    • Attributes
    • Animation & Media
    • Collection Info
    • Max Supply
    • Mint Number
    • Burnable
    • Metadata Storage
Powered by 

Retrieve supported Chains

Get a list of supported blockchains.

Suggest Edits

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


  • Table of Contents
    • Request Endpoint: reference
    • Response Body: