mono-logo

Statements

April 8th, 2024

Learn more

get api.withmono.com/v2/accounts/{id}/statement
v1.0

This resource represents the bank statement of the connected financial account. You can query 1-12 months bank statement in one single call.

NOTE

NOTE

To request for the most recent set of Bank transactions on a Statement, Data Sync would need to be initiated firstly, before then calling this endpoint once again.

Real-time Data

Real-time Data

Real-time account statement data are returned when x-real-time in your headers is set to true.

Path Params
Query Params
Headers

Request

123
curl --request GET \
  --url https://api.withmono.com/v2/accounts/id/statement \
  --header 'accept: application/json'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?