cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/nft/collections/{address}/tokens/{tokenID}
{ "address": "<string>", "balance": "<string>", "ercType": "<string>", "metadata": { "attributes": "<string>", "decimals": 123, "description": "<string>", "externalUrl": "<string>", "imageUri": "<string>", "mintedBlockNumber": 123, "mintedTimestamp": "2023-11-07T05:31:56Z", "name": "<string>", "symbol": "<string>" }, "tokenId": "<string>", "tokenUri": "<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
Unique identifier of the token.
URI pointing to the token metadata.
balance of NFT