List owned collections (paginated)
GET {{baseUrl}}/nfts/ownership/collections
Returns all collections in your workspace
Body
PARAM
Key | Datatype | Required | Description |
ncwId
|
string | Tenant's Non-Custodial Wallet ID | |
walletType
|
string | Wallet type, it can be `VAULT_ACCOUNT` or `END_USER_WALLET` | |
search
|
string | Search owned collections. Possible criteria for search: collection name, collection contract address. | |
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 |