v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBAccounts
Refresh balances for the workspace
Synchronously refreshes balances for every account in the caller workspace — connection-backed (Wise/Kraken/Safe/etc.) and standalone on-chain wallets alike — and persists them.
post/v2/accounts/refresh
Response
Example response
{
"refreshed": 12,
"failed": 1,
"failures": [
{
"account_id": "account-uuid-1",
"label": "Kraken treasury",
"reason": "Provider timed out"
}
]
}