Refresh NFTs of a collection in asynchronous manner
POST/collections/:contractAddress/tokens/metadata/refresh_async
For usage instructions, see Refresh NFTs
Request
Path Parameters
contractAddress stringrequired
ContractAddress address. Example: 0x32950db2a7164ae833121501c797d79e7b79d74c
- application/json
Body
Request body
tokenIds string[]
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
result string
{
"result": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...