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
required

AvailableCreditLimit is the remaining credit limit.

Example:

"100.00"

overallCreditLimit
string
required

OverallCreditLimit is the credit limit configured for the account.

Example:

"100.00"

last24HoursSpend
string

Last24HoursSpend is a rolling 24 hour spend amount.

Example:

"100.00"

last30DaysSpend
string

Last30DaysSpend is a rolling 30 day spend amount.

Example:

"100.00"