cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/nft/collections/{address}/tokens
{ "resultCount": 123, "tokens": [ { "address": "<string>", "ercType": "<string>", "metadata": { "attributes": "<string>", "description": "<string>", "externalUrl": "<string>", "imageUri": "<string>", "mintedBlockNumber": 123, "name": "<string>", "symbol": "<string>", "decimals": 123, "mintedTimestamp": "2023-11-07T05:31:56Z" }, "tokenId": "<string>", "tokenUri": "<string>", "balance": "<string>" } ], "cursor": "<string>" }
Lists non-fungible tokens for a particular contract address.
Contract address.
The cursor returned in previous response (for getting the next page).
Number of records to fetch
1 <= x <= 100
A list of NFT tokens for an address.
amount of nfts equal to page size.
Show child attributes