v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
NFT Collections

Get NFT Collections owned by user

Returns list of NFT Collections belong to specified user

get/v0.1/collections/byOwner

Query parameters

blockchainsBlockchain[]

Since user's address can be present in several blockchains (for example, ETHEREUM and POLYGON), you can use this filter to get Orders only for specific blockchains. Or keep it empty to get Order from all blockchains

[
  "ETHEREUM"
]
ownerstring required

Blockchain address in Union format ${blockchainGroup}:${token}

Example:ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb

Owner of searching collections

continuationstring

Continuation token from the previous response

sizeinteger

The number of items to return

Response

OK

totalinteger

Number of ownerships were found by request

continuationstring

Continuation token to paginate collections search result