v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Search API

Search NFT Collections

Advanced search returns NFT Collections satisfying provided filter

post/v0.1/collections/search

Request body

sizeinteger required

Number of entities returned

continuationstring

Continuation token to paginate collections search result

Example request

{
  "filter": {
    "blockchains": [
      "ETHEREUM"
    ],
    "text": "Apes"
  }
}

Response

OK

totalinteger

Number of ownerships were found by request

continuationstring

Continuation token to paginate collections search result