GET
/
api
/
end_users
/
balance

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

date_max
string | null

Filter for transactions with date earlier than the input value (inclusive). It has precedence over timestamp_max

to_currency
enum<string> | null

ISO 4217 currency code to convert to

Available options:
GBP,
USD,
EUR
end_user_heron_id
string | null

Heron-generated id for end user; either end_user_id or end_user_heron_id is required

date_min
string | null

Filter for transactions with timestamp after the input value (inclusive). It has precedence over timestamp_min

end_user_id
string | null

end_user_id for statistics; either end_user_id or end_user_heron_id is required

include_forecast
boolean
default:
false

If true, forecasts the balances of each account

timestamp_min
string | null

Deprecated (use date_min instead). Filter for transactions with timestamp after the input value

timestamp_max
string | null

Deprecated (use date_max instead). Filter for transactions with timestamp earlier than the input value

Response

200 - application/json
daily_balances
object[]
forecasted
object[]
summary
object