Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.sandbox.immutable.com/v1/chains/{chain_name}/collections/{contract_address}/nfts/{token_id}
{ "result": { "chain": { "id": "eip155:13372", "name": "imtbl-zkevm-testnet" }, "token_id": "1", "contract_address": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e", "indexed_at": "2022-08-16T17:43:26.991388Z", "updated_at": "2022-08-16T17:43:26.991388Z", "metadata_synced_at": "2022-08-16T17:43:26.991388Z", "name": "Sword", "description": "2022-08-16T17:43:26.991388Z", "image": "https://some-url", "external_link": "https://some-url", "external_url": "https://some-url", "animation_url": "https://some-url", "youtube_url": "https://some-url", "attributes": [ { "trait_type": "Aqua Power", "value": "Happy", "display_type": "number" } ], "metadata_id": "ae83bc80-4dd5-11ee-be56-0242ac120002", "total_supply": "100" } }
Get NFT by token ID
The address of NFT contract
An uint256 token id as string
uint256
The name of chain
"imtbl-zkevm-testnet"
200 response
Single NFT
Show child attributes
Was this page helpful?