NFT Items
Get all NFTs
Returns all NFT Items in accordance with specified filters and sorted by last updated date
get/v0.1/items/all
Query parameters
blockchainsBlockchain[]
Names of the blockchain networks. If no one specified, NFTs from all blockchains will be returned
[ "ETHEREUM" ]
continuationstring
Continuation token from the previous response
sizeinteger
The number of items to return
showDeletedboolean
Include deleted items
lastUpdatedFrominteger
Filter condition to return only items that have been updated after this date (timestamp)
lastUpdatedTointeger
Filter condition to return only items that have been updated before this date (timestamp)
searchEngine'LEGACY' | 'V1'
Search engine to use for search
Response
OK