Logo
Fireblocks API Documentation

Refresh vault account tokens

PUT {{baseUrl}}/nfts/ownership/tokens?blockchainDescriptor=GUN_GUNZILLA_TEST&vaultAccountId=<string>

Updates all tokens and balances per blockchain and vault account.

 

Body PARAM

Key Datatype Required Description 
blockchainDescriptor
string (Required) Blockchain descriptor filter
vaultAccountId
string (Required) Vault account filter



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/ownership/tokens?blockchainDescriptor=GUN_GUNZILLA_TEST&vaultAccountId=<string>?blockchainDescriptor=GUN_GUNZILLA_TEST&vaultAccountId=<string>' -H 'Idempotency-Key: <string>'

ENDPOINTS