Get multiple NFTs
POST/ronin/nfts/ids
Get multiple NFTs that matched the specified IDs.
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[]
contractAddress string
createdAtBlock integer
createdAtBlockTime string
ownerAddresses string[]
rawMetadata object
tokenId string
tokenName string
tokenStandard string
tokenSymbol string
tokenURI string
updatedAtBlock integer
updatedAtBlockTime string
{
"items": [
{
"contractAddress": "string",
"createdAtBlock": 0,
"createdAtBlockTime": "string",
"ownerAddresses": [
"string"
],
"rawMetadata": {},
"tokenId": "string",
"tokenName": "string",
"tokenStandard": "string",
"tokenSymbol": "string",
"tokenURI": "string",
"updatedAtBlock": 0,
"updatedAtBlockTime": "string"
}
]
}
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...