/api/v1/exchanges/:id/table_chart_data
Returns comprehensive information about currency balances of a specific account using its ID, formatted for tabular rendering and portfolio analytics.
Pro Tip (Portfolio Summary)
By replacing :id with summary (/api/v1/exchanges/summary/table_chart_data), you can retrieve aggregated table balance data across all exchange accounts enabled in summary.
Path Parameters
Unique Quentrade UUID of this exchange account entity (or 'summary' for aggregated portfolio table data).
Example Request
Response Parameters
Code symbol for the cryptocurrency (e.g. ETH, DOGE, USDT).
Full name of the cryptocurrency (e.g. Ethereum, Dogecoin).
URL link to the icon image of the cryptocurrency.
Slug identifier used for the cryptocurrency.
Percentage proportion of total portfolio value held in this asset.
Total position size held.
Position size currently free and available for trading.
Position type code identifier (e.g. 0 for spot).
Borrowed amount on margin trading.
Asset quantity locked in active open orders.
Asset quantity in orders factored with leverage.
Asset quantity placed in open long orders.
Asset quantity placed in open short orders.
Net equity value of this asset.
Current market price in primary base unit.
Current market price evaluated in USD.
24-hour price percentage change.
24-hour price change against BTC in percent.
24-hour price change against USD in percent.
Total position holding equivalent value in BTC.
Total position holding equivalent value in USD.
Available balance for long positions.
Available balance for short positions.
Available margin with leverage for long positions.
Available margin with leverage for short positions.
Unique ID of the exchange account entity.
Indicates whether this balance is held in a spot wallet.