cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/nft/collections/{address}/tokens/{tokenID}
{ "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>" }
Get token details for a specific token of an NFT contract.
Contract address.
Token ID of the contract.
NFT token with metadata.
Contract address of the NFT token.
ERC standard type.
Show child attributes
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