For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
      • GETAccount Dependents
      • GETAccount Find
      • GETAccount Item
      • GETAccount Items
      • GETAccount L Dependents
      • GETAccount List
      • POSTReset Demo Account State
      • GETAccount Suggest
      • GETCash Balance Dependents
      • POSTGet Cash Balance Snapshot
      • GETCash Balance Item
      • GETCash Balance Items
      • GETCash Balance L Dependents
      • GETCash Balance List
      • GETCash Balance Log Dependents
      • GETCash Balance Log Item
      • GETCash Balance Log Items
      • GETCash Balance Log L Dependents
      • GETMargin Snapshot Dependents
      • GETMargin Snapshot Item
      • GETMargin Snapshot Items
      • GETMargin Snapshot L Dependents
      • GETMargin Snapshot List
      • GETTrading Permission Dependents
      • GETTrading Permission Item
      • GETTrading Permission Items
      • GETTrading Permission L Dependents
      • GETTrading Permission List
Support Center
LogoLogo
REST API EndpointsAccounting

Cash Balance Log Items

GET
https://demo.tradovateapi.com/v1/cashBalanceLog/items
GET
/v1/cashBalanceLog/items
1const url = 'https://demo.tradovateapi.com/v1/cashBalanceLog/items?ids=%5B1%5D';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1[
2 {
3 "accountId": 1,
4 "timestamp": "2024-01-15T09:30:00Z",
5 "tradeDate": {
6 "year": 1,
7 "month": 1,
8 "day": 1
9 },
10 "currencyId": 1,
11 "amount": 1.1,
12 "cashChangeType": "AccountClosureFee",
13 "delta": 1.1,
14 "id": 1,
15 "realizedPnL": 1.1,
16 "weekRealizedPnL": 1.1,
17 "fillPairId": 1,
18 "fillId": 1,
19 "fundTransactionId": 1,
20 "comment": "string",
21 "senderId": 1
22 }
23]
Retrieves multiple entities of CashBalanceLog type by its ids
Was this page helpful?
Previous

Cash Balance Log L Dependents

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idslist of longsRequired

Response

CashBalanceLog
accountIdlong
timestampdatetime
tradeDateobject
currencyIdlong
amountdouble
cashChangeTypeenum
AccountClosureFee, AddUserFee, AutomaticReconciliation, BrokerageFee, CancelledPairedTrade, CashSettlement, ClearingFee, Commission, Courtesy, Debit, DepositFee, DeskFee, DormantFee, EntitlementSubscription, Escheatment, ExchangeFee, FundTransaction, FundTransactionFee, GoodwillCredit, IPFee, InactivityFee, LiquidationFee, LiquidationFee2, ManualAdjustment, MarketDataSubscription, NewSession, NfaFee, NsfCheckFee, OptionsTrade, OrderRoutingFee, PROMO, RithmicFee, SeatLeasePayment, StopPaymentFee, ThirdPartyFee, TradePaired, TradovateSubscription
deltadouble
idlong
realizedPnLdouble
weekRealizedPnLdouble
fillPairIdlong
fillIdlong
fundTransactionIdlong
commentstring<=64 characters
senderIdlong