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.

show_all
boolean
default:false

Restores the response to today's unfiltered shape, byte-for-byte, ignoring the workspace token whitelist. Never mutates stored overrides.

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 August 5, 2026