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.
Parameter | Type | Required | Description |
---|---|---|---|
ticker | string | ✓ | The ticker of the NFT network, with NFT_ as a prefix. See NftNetworkEnum for allowed values. |
activation_params | object | ✓ | A 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
}
}
}
}
}