NFT Items
Get NFT owned by user
Returns list of NFTs belong to specified user and sorted by last updated date
get/v0.1/items/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
Address of the item owner
continuationstring
Continuation token from the previous response
sizeinteger
The number of items to return
searchEngine'LEGACY' | 'V1'
Search engine to use for search
Response
OK