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.
The response is of type object.
object