Returns NFTs
Returns NFTs
Query parameters
pageIndexnumberOptionalExample:
Page index
0
pageSizenumber Β· max: 100OptionalExample:
Page size
10
orderFieldstringOptionalExample:
Order field
consensusTimestamp
orderDirstringOptionalExample:
Order direction
{"value":"ASC","description":"Ascending ordering"}
tokenIdstringOptionalExample:
Token identifier
0.0.1960
Responses
200
NFTs
application/json
Responseall of
and
500
Internal server error
application/json
get
GET /api/v1/entities/nfts HTTP/1.1
Host:
Accept: */*
{
"pageIndex": "0",
"pageSize": "10",
"total": "100",
"order": {},
"items": [
{
"id": "667c240639282050117a1985",
"tokenId": "0.0.4481265",
"lastUpdate": 1716755852055,
"serialNumber": 1,
"metadata": "1706823227.586179534"
}
]
}
Last updated