Skip to main content
GET
Get workspace concentration

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

refresh
boolean
default:false

When true, synchronously refreshes every account balance in the workspace (live provider calls) before computing. Slow on large workspaces — do not set on polled requests.

Response

200 - application/json
total_usd
string
required
Example:

"1250000.00"

as_of
string | null
required

Oldest balance snapshot included in the calculation; null when no balances are stored yet

Example:

"2026-07-09T12:00:00.000Z"

dimensions
object
required
Last modified on July 22, 2026