Skip to main content
GET
Get account balance

Authorizations

Authorization
string
header
required

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
string<decimal multiple of 0.01>
required

AvailableCreditLimit is the remaining credit limit.

Example:

"1500000.00"

overallCreditLimit
string<decimal multiple of 0.01>
required

OverallCreditLimit is the credit limit configured for the account.

Example:

"2000000.00"

last24HoursSpend
string<decimal multiple of 0.01>

Last24HoursSpend is a rolling 24 hour spend amount.

Example:

"1500.50"

last30DaysSpend
string<decimal multiple of 0.01>

Last30DaysSpend is a rolling 30 day spend amount.

Example:

"90000.00"