v1

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

Search NFT Ownerships

Advanced search returns NFT Ownerships satisfying provided filter

post/v0.1/ownerships/search

Request body

sizeinteger required

Number of entities returned

continuationstring

Continuation token to paginate ownerships search result

sort'LATEST' | 'EARLIEST' | 'HIGHEST_SELL' | 'LOWEST_SELL'

Example request

{
  "filter": {
    "blockchains": [
      "ETHEREUM"
    ],
    "owners": [
      "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
    ],
    "collections": [
      "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
    ],
    "items": [
      "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8:32292934596187112148346015918544186536963932779440027682601542850818403729410"
    ]
  }
}

Response

OK

totalinteger

Number of ownerships were found by request

continuationstring

Continuation token to paginate Ownerships search result