Logo
Fireblocks API Documentation

List token data by ID

GET {{baseUrl}}/nfts/tokens/:id

Returns the requested token data.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "tokenId": "<string>", "standard": "<string>", "blockchainDescriptor": "ETH_TEST3", "metadataURI": "<string>", "cachedMetadataURI": "<string>", "media": [ { "url": "<string>", "contentType": "VIDEO" }, { "url": "<string>", "contentType": "THREE_D" } ], "spam": { "result": "<boolean>" }, "collection": { "id": "<string>", "name": "<string>", "symbol": "<string>" }, "description": "<string>", "name": "<string>" }



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

ENDPOINTS