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.

Request Params

KeyDatatypeRequiredDescription
blockchainDescriptorstring(Required) Blockchain descriptor filter
vaultAccountIdstring(Required) Vault account filter

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA 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.