Skip to main content
GET
Get total spend for a card balance account

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

accountId
string<uuid>
required

Query Parameters

from
string<date>

Start of the spend window, inclusive. A UTC calendar date in YYYY-MM-DD format.

Example:

"2026-01-01"

to
string<date>

End of the spend window, inclusive. A UTC calendar date in YYYY-MM-DD format. Defaults to now if omitted.

Example:

"2026-01-31"

Response

default - application/json;charset=UTF-8

default response

currency
string
Example:

"USD"

total
integer<int64>
from
string<date-time>
to
string<date-time>