GET
/api/v2/prices/estimated-total-assetsFetches live provider balances and values them using database-backed reference prices.
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| user_id (query) | unknown | No | |
| currency (query) | string | No |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| UserId | unknown | No | |
| Currency | string | No | |
| EstimatedTotalAssets | unknown | No | |
| CalculatedAt | string (date-time) | No | |
| Balances | array of EstimatedAssetBalanceResponse | No | |
| ProviderTotals | array of EstimatedProviderTotalResponse | No | |
| UnpricedAssetCodes | array of string | No | |
| IsComplete | boolean | No | |
| UnavailableProviders | array of string | No |
Example request
curl -X GET "https://{base_url}/api/v2/prices/estimated-total-assets" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.