Development
Retrieve a list of NFTs available on the Incentiv blockchain.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/nfts
{ "total": 123, "items": [ { "assetId": "<string>", "name": "<string>", "symbol": "<string>", "creator": "<string>", "uri": "<string>", "owner": "<string>", "type": "<string>", "metadata": {} } ] }
Symbol of the NFT collection to filter by.
Address of the creator to filter by.
Pagination offset.
Maximum number of NFTs to return.
A list of NFTs.
The response is of type object.
object