List owned collections (paginated)
Returns all collections 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 Search owned collections. Possible criteria for search: collection name, collection contract address.
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 TypeScript