Logo
Fireblocks API Documentation

Get a collection by id

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

Get a collection 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' -H 'Accept: application/json'

ENDPOINTS