List all owned tokens (paginated)
GET {{baseUrl}}/nfts/ownership/tokens
Returns all tokens and their data in your workspace.
Body
PARAM
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 | Curl curl -X GET 'https://api.fireblocks.io/v1/nfts/ownership/tokens?blockchainDescriptor=MANTLE&vaultAccountIds=<string>&ncwId=<string>&ncwAccountIds=<string>&walletType=VAULT_ACCOUNT&ids=<string>&collectionIds=<string>&pageCursor=<string>&pageSize=<number>&sort=collection.name&sort=ownershipLastUpdateTime&order=ASC&status=LISTED&search=<string>&spam=true' -H 'Accept: application/json' ENDPOINTS |