Non Fungible Tokens (NFTs)

The Komodo DeFi Framework API supports ERC1155 and ERC721 NFTs via the Moralis API on the Avalanche (AVAX), BNB Smart Chain (BNB), Ethereum (ETH), Fantom (FTM), Polygon (MATIC) networks.

To interact with NFTs, you will first need to activate the coin for the network the NFT is on, and initialise NFT support for the network. This can be done with either the enable_eth_with_tokens method (if including the nft_req param) or the enable_nft method (if the network is already activated without NFT support).

NFT Information Methods

NFT Transaction Methods

NFT Utility Methods