The Update NFT token uri API provides users to update the nft token uri according to the contract address and the token_id.
Name
Meaning
Param Type
Data Type
Authorization
Bearer Token
Header
string
Name
Meaning
Param Type
Data Type
Required
token_id
The id of the nft
Path
string
address
The address of the contract
Path
string
token_uri
The updated token uri
body
string
contract_type
The type of the contract, which includes erc721 and erc1155
body
string
chain
The type of the chain, which includes conflux and conflux_test
body
string
Name
Meaning
Type
created_at
The time of creating the item in the database
string
updated_at
The time of updating the item in the database
string
deleted_at
The time of deleting the item in the database
string
id
The id of the item in the database
integer
TaskType
The type of the item in the transaction. 1-deploy, 2-mint, 3-batch mint, 4-transfer, 5-batch transfer, 6-burn, 7-batch burn, 8-update admin, 9-sponsor balance, 10-sponsor privilege, 11-update token_uri