On this page

latest contributor to this doc

Last Edit:

@smk762

Enable NFT

API-v2enable_nft

The enable_nft method activates NFT-like tokens on the platform, if the NFT network was already activated with the enable_eth_with_tokens method, but without the nft_req parameter.

ParameterTypeRequiredDescription
tickerstringThe ticker of the NFT network, with NFT_ as a prefix. See NftNetworkEnum for allowed values.
activation_paramsobjectA standard NftProvider object.

Enable NFT

POST
enable_nft
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "enable_nft",
  "mmrpc": "2.0",
  "params": {
    "ticker": "NFT_MATIC",
    "activation_params": {
      "provider": {
        "type": "Moralis",
        "info": {
          "url": "https://moralis-proxy.komodo.earth",
          "komodo_proxy": true
        }
      }
    }
  }
}