Skip to main content
POST
Refresh balances for the workspace

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Response

200 - application/json
refreshed
number
required

Number of accounts whose balances were refreshed.

Example:

12

failed
number
required

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

Example:

1

failures
object[]
required

Per-account detail, one entry per failed account; its length always matches failed. Always present — an empty array when nothing failed. Additive field, so older clients that only read the counts keep working.

Last modified on July 30, 2026