Get Account's Balance Info
Overview
Get Balance Information For An Account
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"cash": 100000,
"netCash": 100000,
"excess": 100000,
"changeAbsolute": 0,
"changePercent": 0,
"equityTotal": 100000,
"pendingOrdersCount": 0,
"netLiquidity": 0,
"stockLongMarketValue": 0,
"stockShortMarketValue": 0,
"optionLongMarketValue": 0,
"optionShortMarketValue": 0,
"forexLongMarketValue": 0,
"forexShortMarketValue": 0,
"dayTrades": 0,
"stockBuyingPower": 100000,
"optionBuyingPower": 100000,
"forexBuyingPower": 100000,
"dayTradingBuyingPower": 400000,
"pendingCash": 0,
"maintenanceMargin": 0,
"optionMaintenanceMargin": 0,
"openPL": 0,
"openPLDay": 0,
"openPLPercent": 0,
"closePL": 0,
"marketValue": 0,
"totalPL": 0
}Response Parameters
Parameter
Description
Last updated