v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Accounts

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

refreshednumber required

Number of accounts whose balances were refreshed.

failednumber required

Number of accounts whose balance refresh failed (e.g. provider error).

Example response

{
  "refreshed": 12,
  "failed": 1,
  "failures": [
    {
      "account_id": "account-uuid-1",
      "label": "Kraken treasury",
      "reason": "Provider timed out"
    }
  ]
}