Get workspace concentration
Returns asset, venue, and network concentration computed over the stored balances of the caller workspace accounts, filtered by the workspace’s token whitelist by default (pass show_all=true to restore the unfiltered figures). Pass refresh=true to refresh balances first (slow: live provider/chain RPC calls). Contrast with GET /accounts/tokens, whose refresh=true only re-scans stored balances — no live fan-out.
Authorizations
Authorization method required to allow user to access the api endpoints.
Query Parameters
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.
Restores the response to today's unfiltered shape, byte-for-byte, ignoring the workspace token whitelist. Never mutates stored overrides.