For the complete documentation index, see llms.txt. This page is also available as Markdown.

Returns NFTs

Get NFTs

get

Returns NFTs

Query parameters
pageIndexnumberOptional

Page index

Example: 0
pageSizenumber Β· max: 100Optional

Page size

Example: 10
orderFieldstringOptional

Order field

Example: consensusTimestamp
orderDirstringOptional

Order direction

Example: {"value":"ASC","description":"Ascending ordering"}
tokenIdstringOptional

Token identifier

Example: 0.0.1960
Responses
200

NFTs

application/json
pageIndexnumberRequired

Page index

Example: 0
pageSizenumberRequired

Page size

Example: 10
totalnumberRequired

Total size

Example: 100
orderobjectRequired

Order

get/entities/nfts
GET /api/v1/entities/nfts HTTP/1.1
Accept: */*
{
  "pageIndex": "0",
  "pageSize": "10",
  "total": "100",
  "order": {},
  "items": [
    {
      "id": "667c240639282050117a1985",
      "tokenId": "0.0.4481265",
      "lastUpdate": 1716755852055,
      "serialNumber": 1,
      "metadata": "1706823227.586179534"
    }
  ]
}

Last updated