List owned collections (paginated)

GET {{baseUrl}}/nfts/ownership/collections

Returns all collections in your workspace

Request Params

KeyDatatypeRequiredDescription
ncwIdstringTenant's Non-Custodial Wallet ID
walletTypestringWallet type, it can be VAULT_ACCOUNT or END_USER_WALLET
searchstringSearch owned collections. Possible criteria for search: collection name, collection contract address.
pageCursorstringPage cursor to fetch
pageSizestringItems per page (max 100)
sortstringSort by param, it can be one param or a list of params separated by comma
sortstringSort by param, it can be one param or a list of params separated by comma
orderstringOrder direction, it can be ASC for ascending or DESC for descending
statusstringToken ownership status

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"paging":{"next":"\u003cstring\u003e"},"data":[{"id":"\u003cstring\u003e","blockchainDescriptor":"POLYGON","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","standard":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","blockchainDescriptor":"ETH_TEST5","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","standard":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e"}]}