Response fields
array of objects
object
Holds balance information for a single currency in an account.
currency
object
The currency of the balance. This applies to both cash
and buying_power
.
id
string (format: uuid)
Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
code
string
The ISO-4217 currency code for the currency.
name
string
A human-friendly name of the currency.
cash
number or null
The amount of available cash in the account denominated in the currency of the currency
field.
buying_power
number or null
Buying power only applies to margin accounts. For non-margin accounts, buying power should be the same as cash. Please note that this field is not always available for all brokerages.
1[2{3"currency": {4"id": "87b24961-b51e-4db8-9226-f198f6518a89",5"code": "USD",6"name": "US Dollar"7},8"cash": 300.71,9"buying_power": 410.7110}11]