Get Account Balances
GET/v1/accounts/{account_id}/balances
Get Account Balances
curl https://api.clearstreet.com/v1/accounts/$ACCOUNT_ID/balances \
-H "Authorization: Bearer $API_KEY"{
"data": {
"account_id": 19816,
"buying_power": "45000.00",
"currency": "USD",
"daily_realized_pnl": "700.00",
"daily_total_pnl": "1250.00",
"daily_unrealized_pnl": "550.00",
"equity": "100000.00",
"long_market_value": "30000.00",
"margin_type": "NONE",
"open_order_adjustment": "-5000.00",
"settled_cash": "60000.00",
"sod": {
"asof": "2023-09-27",
"buying_power": "45000.00",
"equity": "100000.00",
"long_market_value": "30000.00"
},
"trade_cash": "60000.00",
"unsettled_credits": "20000.00",
"unsettled_debits": "10000.00",
"withdrawable_cash": "55000.00"
},
"error": null,
"metadata": {
"request_id": "b7e2d3f4-a1b2-4c3d-8e4f-5a6b7c8d9e0f"
}
}{
"data": {
"account_id": 19816,
"buying_power": "90000.00",
"currency": "USD",
"daily_realized_pnl": "700.00",
"daily_total_pnl": "1250.00",
"daily_unrealized_pnl": "550.00",
"equity": "100000.00",
"long_market_value": "40000.00",
"margin_details": {
"day_trade_buying_power_usage": "0.00",
"day_trade_count": 2,
"initial_margin_excess": "50000.00",
"initial_margin_requirement": "50000.00",
"maintenance_margin_excess": "75000.00",
"maintenance_margin_requirement": "25000.00",
"pattern_day_trader": false,
"top_contributors": [
{
"initial_margin_requirement": "25000.00",
"maintenance_margin_requirement": "15000.00",
"market_value": "50000.00",
"underlying_instrument_id": "a1a2a3a4-b1b2-c1c2-d1d2-d3d4d5d6d7d8"
}
],
"usage": {
"total": "100000.00",
"used": "5000.00"
}
},
"margin_type": "REG_T",
"multiplier": "2",
"open_order_adjustment": "-10000.00",
"settled_cash": "99775.05",
"short_market_value": "10000.00",
"sod": {
"asof": "2023-09-27",
"buying_power": "90000.00",
"day_trade_buying_power": "200000.00",
"equity": "100000.00",
"long_market_value": "40000.00",
"maintenance_margin_excess": "50000.00",
"maintenance_margin_requirement": "50000.00",
"short_market_value": "10000.00",
"trade_cash": "70000.00"
},
"trade_cash": "70000.00",
"unsettled_credits": "20000.00",
"unsettled_debits": "10000.00",
"withdrawable_cash": "75000.00"
},
"error": null,
"metadata": {
"request_id": "b7e2d3f4-a1b2-4c3d-8e4f-5a6b7c8d9e0f"
}
}{
"error": {
"code": 403,
"message": "The caller does not have permission to execute the specified operation"
},
"metadata": {
"request_id": "5518f0c6-58ff-4b4a-81a5-701556d41206"
}
}{
"error": {
"code": 404,
"message": "Some requested entity was not found"
},
"metadata": {
"request_id": "67e95eb4-93b9-4010-8c9b-7ada7c2be93f"
}
}Returns Examples
{
"data": {
"account_id": 19816,
"buying_power": "45000.00",
"currency": "USD",
"daily_realized_pnl": "700.00",
"daily_total_pnl": "1250.00",
"daily_unrealized_pnl": "550.00",
"equity": "100000.00",
"long_market_value": "30000.00",
"margin_type": "NONE",
"open_order_adjustment": "-5000.00",
"settled_cash": "60000.00",
"sod": {
"asof": "2023-09-27",
"buying_power": "45000.00",
"equity": "100000.00",
"long_market_value": "30000.00"
},
"trade_cash": "60000.00",
"unsettled_credits": "20000.00",
"unsettled_debits": "10000.00",
"withdrawable_cash": "55000.00"
},
"error": null,
"metadata": {
"request_id": "b7e2d3f4-a1b2-4c3d-8e4f-5a6b7c8d9e0f"
}
}{
"data": {
"account_id": 19816,
"buying_power": "90000.00",
"currency": "USD",
"daily_realized_pnl": "700.00",
"daily_total_pnl": "1250.00",
"daily_unrealized_pnl": "550.00",
"equity": "100000.00",
"long_market_value": "40000.00",
"margin_details": {
"day_trade_buying_power_usage": "0.00",
"day_trade_count": 2,
"initial_margin_excess": "50000.00",
"initial_margin_requirement": "50000.00",
"maintenance_margin_excess": "75000.00",
"maintenance_margin_requirement": "25000.00",
"pattern_day_trader": false,
"top_contributors": [
{
"initial_margin_requirement": "25000.00",
"maintenance_margin_requirement": "15000.00",
"market_value": "50000.00",
"underlying_instrument_id": "a1a2a3a4-b1b2-c1c2-d1d2-d3d4d5d6d7d8"
}
],
"usage": {
"total": "100000.00",
"used": "5000.00"
}
},
"margin_type": "REG_T",
"multiplier": "2",
"open_order_adjustment": "-10000.00",
"settled_cash": "99775.05",
"short_market_value": "10000.00",
"sod": {
"asof": "2023-09-27",
"buying_power": "90000.00",
"day_trade_buying_power": "200000.00",
"equity": "100000.00",
"long_market_value": "40000.00",
"maintenance_margin_excess": "50000.00",
"maintenance_margin_requirement": "50000.00",
"short_market_value": "10000.00",
"trade_cash": "70000.00"
},
"trade_cash": "70000.00",
"unsettled_credits": "20000.00",
"unsettled_debits": "10000.00",
"withdrawable_cash": "75000.00"
},
"error": null,
"metadata": {
"request_id": "b7e2d3f4-a1b2-4c3d-8e4f-5a6b7c8d9e0f"
}
}{
"error": {
"code": 403,
"message": "The caller does not have permission to execute the specified operation"
},
"metadata": {
"request_id": "5518f0c6-58ff-4b4a-81a5-701556d41206"
}
}{
"error": {
"code": 404,
"message": "Some requested entity was not found"
},
"metadata": {
"request_id": "67e95eb4-93b9-4010-8c9b-7ada7c2be93f"
}
}