Get account balance
Get account balance
Returns credit limit and spend information for the authenticated account.
GET
Get account balance
Authorizations
Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"
Response
Account balance
AvailableCreditLimit is the remaining credit limit.
Example:
"1500000.00"
OverallCreditLimit is the credit limit configured for the account.
Example:
"2000000.00"
Last24HoursSpend is a rolling 24 hour spend amount.
Example:
"1500.50"
Last30DaysSpend is a rolling 30 day spend amount.
Example:
"90000.00"