Get Cash Balance Snapshot
### Get a snapshot of an account's current cash balance.
> *Note*: Using this endpoint many times in succession is an anti-pattern. If you need to check a `cashBalance` in real-time, instead use a WebSocket connected to the standard Tradovate WebSocket URL and initialize a real-time user data subscription via the `user/syncrequest` endpoint.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
accountId
Response
CashBalanceSnapshot
errorText
Non-empty if the request failed
totalCashValue
totalPnL
initialMargin
maintenanceMargin
netLiq
openPnL
realizedPnL
weekRealizedPnL

