Alchemy Subgraphs is sunsetting on December 8, 2025. Migrate your subgraph to Ormi in seconds.
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
Contract address of the NFT token.
ERC standard type.
Additional attributes of the token.
Description of the token.
External URL related to the token.
URI for the token image.
Minted block number of the token.
Name of the token.
Symbol of the token.
Decimals of the token.
Minted timestamp of the token.
Unique identifier of the token.
URI pointing to the token metadata.
balance of NFT