List all owned tokens (paginated)
GET {{baseUrl}}/nfts/ownership/tokens
Returns all tokens and their data in your workspace.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
blockchainDescriptor | string | Blockchain descriptor filter | |
vaultAccountIds | string | A comma separated list of Vault Account IDs. Up to 100 are allowed in a single request. This field will be ignored when walletType=END_USER_WALLET or ncwId is provided. | |
ncwId | string | Tenant's Non-Custodial Wallet ID | |
ncwAccountIds | string | A comma separated list of Non-Custodial account IDs. Up to 100 are allowed in a single request. This field will be ignored when walletType=VAULT_ACCOUNT or ncwId is not provided. | |
walletType | string | Wallet type, it can be VAULT_ACCOUNT or END_USER_WALLET | |
ids | string | A comma separated list of NFT IDs. Up to 100 are allowed in a single request. | |
collectionIds | string | A comma separated list of collection 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 | |
status | string | Token ownership status | |
search | string | Search owned tokens and their collections. Possible criteria for search: token name and id within the contract/collection, collection name, blockchain descriptor and name. | |
spam | boolean | Token ownership spam status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"paging":{"next":"\u003cstring\u003e"},"data":[{"id":"\u003cstring\u003e","tokenId":"\u003cstring\u003e","standard":"\u003cstring\u003e","balance":"\u003cstring\u003e","ownershipStartTime":"\u003cnumber\u003e","ownershipLastUpdateTime":"\u003cnumber\u003e","blockchainDescriptor":"ETHERLINK_TEST","status":"ARCHIVED","metadataURI":"\u003cstring\u003e","cachedMetadataURI":"\u003cstring\u003e","media":[{"url":"\u003cstring\u003e","contentType":"THREE_D"},{"url":"\u003cstring\u003e","contentType":"VIDEO"}],"spam":{"result":"\u003cboolean\u003e","source":"OWNER"},"collection":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e"},"vaultAccountId":"\u003cstring\u003e","description":"\u003cstring\u003e","name":"\u003cstring\u003e","ncwId":"\u003cstring\u003e","ncwAccountId":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","tokenId":"\u003cstring\u003e","standard":"\u003cstring\u003e","balance":"\u003cstring\u003e","ownershipStartTime":"\u003cnumber\u003e","ownershipLastUpdateTime":"\u003cnumber\u003e","blockchainDescriptor":"GUN_GUNZILLA_TEST","status":"ARCHIVED","metadataURI":"\u003cstring\u003e","cachedMetadataURI":"\u003cstring\u003e","media":[{"url":"\u003cstring\u003e","contentType":"IMAGE"},{"url":"\u003cstring\u003e","contentType":"SVG"}],"spam":{"result":"\u003cboolean\u003e","source":"SYSTEM"},"collection":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e"},"vaultAccountId":"\u003cstring\u003e","description":"\u003cstring\u003e","name":"\u003cstring\u003e","ncwId":"\u003cstring\u003e","ncwAccountId":"\u003cstring\u003e"}]}