List all distinct owned tokens (paginated)
Returns all owned distinct tokens (for your tenant) and their data in your workspace.
GET
TypeScript
Query Parameters
Tenant's Non-Custodial Wallet ID
Wallet type, it can be VAULT_ACCOUNT or END_USER_WALLET
Available options:
VAULT_ACCOUNT, END_USER_WALLET Page cursor to fetch
Items per page (max 100)
Required range:
1 <= x <= 100Sort by param, it can be one param or a list of params separated by comma
Available options:
name Order direction, it can be ASC for ascending or DESC for descending
Available options:
DESC, ASC Token ownership status
Available options:
LISTED, ARCHIVED Search owned tokens by token name
Token ownership spam status.
Available options:
true, false, all TypeScript