Get details of a specific token within a collection.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/{tokenId} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "collcetion": { "id": "<string>", "collectionId": "<string>", "name": "<string>", "symbol": "<string>", "network": "<string>", "addressId": "<string>", "contractAddress": "<string>", "status": "<string>", "recipientAddress": "<string>", "mintTransactionHash": "<string>", "burnTransactionHash": "<string>", "mintedAt": "<string>", "burnedAt": "<string>", "metadata": { "name": "<string>", "description": "<string>", "image": "<string>", "animation_url": "<string>", "external_url": "<string>", "attributes": [ { "trait_type": "<string>", "value": "<string>", "display_type": "<string>" } ] }, "mintRecord": { "id": "<string>", "amount": "<string>", "note": "<string>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }, "burnRecord": { "id": "<string>", "amount": "<string>", "note": "<string>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } } }
API key for authentication
SDK version header
Collection ID
Token ID
Collection token details
Collection token details (key typo: collcetion)
Show child attributes
Was this page helpful?