GET/api/v2/prices/estimated-total-assets

Fetches 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

Request parameters
FieldTypeRequiredDescription
user_id (query)unknownNo
currency (query)stringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
UserIdunknownNo
CurrencystringNo
EstimatedTotalAssetsunknownNo
CalculatedAtstring (date-time)No
Balancesarray of EstimatedAssetBalanceResponseNo
ProviderTotalsarray of EstimatedProviderTotalResponseNo
UnpricedAssetCodesarray of stringNo
IsCompletebooleanNo
UnavailableProvidersarray of stringNo

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.