Update Royalty NFT
PUT {{baseUrl}}/v3/nft/royalty
2 credits per API call.
Update royalty cashback value for one NFT Token. This method updates the first royalty value of specific author for 1 token.
If royalty value is set to 0, it will disable the royalty system for the token. Only from author's address of the royalty can change it's royalty value, not the owner of the token.
Tatum now supports NFT these blockchains:
- Ethereum
- Polygon (Matic)
- Celo
- Harmony.ONE
- Tron
- Binance Smart Chain
Request Body
{"chain"=>"CELO", "contractAddress"=>"0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "feeCurrency"=>"CUSD", "fromPrivateKey"=>"0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", "tokenId"=>"100000", "cashbackValue"=>"0.1", "nonce"=>36508688.742589526}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"txId":"c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9","failed":false}