curl --request GET \
--url https://app.herondata.io/api/end_users/balance \
--header 'x-api-key: <api-key>'{
"daily_balances": [
{
"accounts": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"accounts_not_converted": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"balance": 123,
"currency": "USD",
"date": "2023-12-25"
}
],
"forecasted": [
{
"account_id": "<string>",
"balances": [
{
"date": "2025-11-26",
"predicted": 42.42,
"predicted_lower": 4.24,
"predicted_upper": 420.42
}
],
"currency": "<string>"
}
],
"summary": {
"accounts": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"accounts_not_converted": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"balance": 123,
"currency": "USD",
"date": "2023-12-25"
}
}Get balance for given EndUser on a daily and account granularity
curl --request GET \
--url https://app.herondata.io/api/end_users/balance \
--header 'x-api-key: <api-key>'{
"daily_balances": [
{
"accounts": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"accounts_not_converted": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"balance": 123,
"currency": "USD",
"date": "2023-12-25"
}
],
"forecasted": [
{
"account_id": "<string>",
"balances": [
{
"date": "2025-11-26",
"predicted": 42.42,
"predicted_lower": 4.24,
"predicted_upper": 420.42
}
],
"currency": "<string>"
}
],
"summary": {
"accounts": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"accounts_not_converted": [
{
"account_id": "<string>",
"account_info": {
"currency": "USD",
"institution_name": "Chase",
"name": "Checking Account",
"number": "123456789",
"owner_name": "John Doe",
"type": "Checking"
},
"balance": 123,
"balance_converted": 123,
"currency": "USD",
"currency_converted": "USD",
"is_computed": true,
"is_latest": true,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"balance": 123,
"currency": "USD",
"date": "2023-12-25"
}
}Filter for transactions with timestamp after the input value (inclusive). It has precedence over timestamp_min
"2025-11-26"
If true, forecasts the balances of each account
Heron-generated id for end user; either end_user_id or end_user_heron_id is required
"eus_5BqfbZ7TNguJhmFTiDopqU"
Filter by specific account reference IDs
["1234", "5678"]ISO 4217 currency code to convert to
GBP, USD, EUR, "USD"
end_user_id for statistics; either end_user_id or end_user_heron_id is required
"your_end_user_id"
Deprecated (use date_max instead). Filter for transactions with timestamp earlier than the input value
"2025-11-25T20:46:06.372857"
Filter for transactions with date earlier than the input value (inclusive). It has precedence over timestamp_max
"2025-11-25"
Deprecated (use date_min instead). Filter for transactions with timestamp after the input value
"2025-11-26T20:46:06.372807"
OK
Show child attributes
Show child attributes
Account associated with balance
Show child attributes
ISO 4217 currency code
3"USD"
Name of the institution
"Chase"
Name of the account
"Checking Account"
Number of the account
"123456789"
Name of the account owner
"John Doe"
Type of the account
"Checking"
Balance amount
Converted balance amount in target currency
ISO 4217 currency code for balance
3"USD"
Conversion currency code. ISO 4217 currency code for balance
3"USD"
Whether the balance has been imputed using forward fill
Whether the date is the latest non-imputed balance for the account
Timestamp of the latest transaction
Show child attributes
Account associated with balance
Show child attributes
ISO 4217 currency code
3"USD"
Name of the institution
"Chase"
Name of the account
"Checking Account"
Number of the account
"123456789"
Name of the account owner
"John Doe"
Type of the account
"Checking"
Balance amount
Converted balance amount in target currency
ISO 4217 currency code for balance
3"USD"
Conversion currency code. ISO 4217 currency code for balance
3"USD"
Whether the balance has been imputed using forward fill
Whether the date is the latest non-imputed balance for the account
Timestamp of the latest transaction
Balance amount
ISO 4217 currency code for balance
3"USD"
Date of balance
Show child attributes
Show child attributes
Forecast date at specified date granularity
"2025-11-26"
Predicted converted balance
42.42
Predict amount lower bound
4.24
Predicted amount upper bound
420.42
Show child attributes
Show child attributes
Account associated with balance
Show child attributes
ISO 4217 currency code
3"USD"
Name of the institution
"Chase"
Name of the account
"Checking Account"
Number of the account
"123456789"
Name of the account owner
"John Doe"
Type of the account
"Checking"
Balance amount
Converted balance amount in target currency
ISO 4217 currency code for balance
3"USD"
Conversion currency code. ISO 4217 currency code for balance
3"USD"
Whether the balance has been imputed using forward fill
Whether the date is the latest non-imputed balance for the account
Timestamp of the latest transaction
Show child attributes
Account associated with balance
Show child attributes
ISO 4217 currency code
3"USD"
Name of the institution
"Chase"
Name of the account
"Checking Account"
Number of the account
"123456789"
Name of the account owner
"John Doe"
Type of the account
"Checking"
Balance amount
Converted balance amount in target currency
ISO 4217 currency code for balance
3"USD"
Conversion currency code. ISO 4217 currency code for balance
3"USD"
Whether the balance has been imputed using forward fill
Whether the date is the latest non-imputed balance for the account
Timestamp of the latest transaction
Balance amount
ISO 4217 currency code for balance
3"USD"
Date of balance
Was this page helpful?