List tokens by IDs
GET {{baseUrl}}/nfts/tokens?ids=<string>
Returns the requested tokens data.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ids | string | (Required) A comma separated list of NFT IDs. Up to 100 are allowed in a single request. | |
pageCursor | string | Page cursor to fetch | |
pageSize | string | Items per page (max 100) | |
sort | string | Sort by param, it can be one param or a list of params separated by comma | |
sort | string | Sort by param, it can be one param or a list of params separated by comma | |
order | string | Order direction, it can be ASC for ascending or DESC for descending |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"paging":{"next":"\u003cstring\u003e"},"data":[{"id":"\u003cstring\u003e","tokenId":"\u003cstring\u003e","standard":"\u003cstring\u003e","blockchainDescriptor":"ETH_TEST5","metadataURI":"\u003cstring\u003e","cachedMetadataURI":"\u003cstring\u003e","media":[{"url":"\u003cstring\u003e","contentType":"IMAGE"},{"url":"\u003cstring\u003e","contentType":"SVG"}],"spam":{"result":"\u003cboolean\u003e"},"collection":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e"},"description":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","tokenId":"\u003cstring\u003e","standard":"\u003cstring\u003e","blockchainDescriptor":"ETH_TEST3","metadataURI":"\u003cstring\u003e","cachedMetadataURI":"\u003cstring\u003e","media":[{"url":"\u003cstring\u003e","contentType":"THREE_D"},{"url":"\u003cstring\u003e","contentType":"TEXT"}],"spam":{"result":"\u003cboolean\u003e"},"collection":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e"},"description":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}