Get summary for multiple NFTs
POST/ronin/nfts/summaries/ids
Get summarized information for multiple NFTs.
Request
- application/json
Body
required
Request body
Array [
]
ids
object[]
Possible values: >= 1
, <= 100
Required
contractAddress stringrequired
Required
tokenId stringrequired
Required
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
quantity integer
totalOwners integer
{
"items": [
{
"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...