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.
accountIdlongRequired

Response

CashBalanceSnapshot
errorTextstring or null<=8192 characters

Non-empty if the request failed

totalCashValuedouble or null
totalPnLdouble or null
initialMargindouble or null
maintenanceMargindouble or null
netLiqdouble or null
openPnLdouble or null
realizedPnLdouble or null
weekRealizedPnLdouble or null