Get balance history
GET {{url}}/api/v1/balances/history
Request Params
Key | Datatype | Required | Description |
---|
currency | null | | Currency |
from_post_at | null | | The start date of posted_at in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0. Max: 10000 |
page_size | null | | Limit number of returned results. Min: 10, max: 2000, default: 100 |
request_id | null | | request_id from clients for the transaction |
to_post_at | null | | The end date of posted_at in ISO8601 format (exclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | The connected account's ID. |