Refresh Nft Item
PUT/api/v1/nfts/:tokenAddress/inventories/:tokenId/refresh
Free [2 Credits]
Request to update the token-uri for a non-fungible-token in the inventory.
Request
Path Parameters
tokenAddress stringrequired
tokenAddress address
tokenId stringrequired
tokenId
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
result
object
required
success booleanrequired
contract_address string
token_id string
error_message string
{
"result": {
"success": true,
"contract_address": "string",
"token_id": "string",
"error_message": "string"
}
}
Loading...