Logo
Fireblocks API Documentation

Refresh token metadata

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

Updates the latest token metadata.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Idempotency-Key
string A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.




RESPONSES

status





Curl
curl -X PUT 'https://api.fireblocks.io/v1/nfts/tokens/:id' -H 'Idempotency-Key: <string>'

ENDPOINTS