v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
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

totalinteger

Number of items were found by request

continuationstring

Continuation token to paginate items search result