The API endpoint provides real time snapshot of Cash Balances of an account
Results Explained
Attribute | Type | Definition |
---|---|---|
| object | an object containing the details of an account cash summary |
| number | an accounts buying power, this figure dictates the total amount of money that can be used for purchases. Will be reduced by pending orders |
| number | an accounts withdrawal balance, this property only contains settled funds, and money that has already seasoned |
| number | an accounts total cash balance, including both settled and un-settled money |
| array | |
| an array of objects containing the time of when money settles as a result of a sale | |
| string | timestamp of when the pending cash amount is released due to settlement |
| number | the total amount of money that is settling on the provided |
| number | the total amount of money that is pending due to a recent deposit(s) |
| object | an object containing account payments summary |
| object | an object containing the details behind the buying power calculation based on recent deposits |
| number | the current buying power of an account based on recent deposit requests |
| number | recent deposits that are not included in buying power |
| object | an object containing |
| number | total dollar amount not included in |
| array | an array containing seasoning deposit objects |
| string | deposit identifier |
| string | timestamp of when the deposit was created |
| string | timestamp of the last time the deposit was updated |
| string | current status of the deposit, if in SEASONING, deposit amount will not be included in |
| string | amount of the deposit |
| string | currency identifier |