v1

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

Get collections owned items by owner

Returns list of collection with owned items by specified owner

get/v0.1/ownerships/collections

Query parameters

ownersUnionAddress[] required

Addresses of the owner

[
  "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
]
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"
]
continuationstring

Continuation token from the previous response

sizeinteger

The number of items to return

Response

OK

continuationstring

Continuation token to paginate result