/api/v1/exchanges/:id/balance_chart_data
Returns the balance history for a specific exchange connection using its ID. By replacing id with 'summary', you can use the /api/v1/exchanges/summary/balance_chart_data endpoint to retrieve aggregated data for all connected exchange accounts.
/api/v1/exchanges/summary/balance_chart_data to retrieve aggregated history across all connected exchange accounts included in your summary portfolio.Path Parameters
Unique Quentrade UUID of this exchange account entity (or 'summary' for aggregated portfolio data).
Query Parameters
Specifying the start date in ISO 8601 format or UNIX timestamp for the required records.
Specifies the end date in ISO 8601 format or UNIX timestamp for the required records.
Example Request
Response Parameters
Timestamp (UNIX time) in seconds representing a specific date.
The portfolio value in USD for a specific date.
The portfolio value in BTC for a specific date.
The deposited amount in BTC on a specific date.
The deposited amount in USD on a specific date.