Get balance history

GET {{url}}/api/v1/balances/history

Request Params

KeyDatatypeRequiredDescription
currencynullCurrency
from_post_atnullThe start date of posted_at in ISO8601 format (inclusive)
page_numnullPage number, starts from 0. Max: 10000
page_sizenullLimit number of returned results. Min: 10, max: 2000, default: 100
request_idnullrequest_id from clients for the transaction
to_post_atnullThe end date of posted_at in ISO8601 format (exclusive)

HEADERS

KeyDatatypeRequiredDescription
x-on-behalf-ofstringThe connected account's ID.