Logo
Fireblocks API Documentation

Get collection token details

GET {{baseUrl}}/tokenization/collections/:id/tokens/:tokenId

Get collection token details by id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "status": "COMPLETED", "type": "NON_FUNGIBLE_TOKEN", "displayName": "<string>", "collectionMetadata": { "fbCollectionId": "<string>", "blockchainDescriptor": "<string>", "name": "<string>", "symbol": "<string>", "standard": "<string>", "contractAddress": "<string>" } }



Curl
curl -X GET 'https://api.fireblocks.io/v1/tokenization/collections/:id/tokens/:tokenId' -H 'Accept: application/json'

ENDPOINTS