cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/{chainName}/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.
Name of the blockchain (e.g., ethereum, polygon, bsc)
NFT token with metadata.
The response is of type object.
object