Get summary for individual NFT
GET/ronin/nfts/:contractAddress/:tokenId/summary
Get summarized information for an individual NFT.
Request
Path Parameters
contractAddress stringrequired
Contract address. Example: 0x814a9c959a3ef6ca44b5e2349e3bba9845393947
tokenId stringrequired
Token ID. Example: 2006055
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
quantity integer
totalOwners integer
{
"quantity": 0,
"totalOwners": 0
}
Invalid parameter
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...