mono-logo

Transactions

April 8th, 2024

Learn more

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

This resource represents the known transactions on the account.

The figures for each country are returned as

KOBO

PESEWA

CENTS

CENTS

Real-time Data

Real-time Data

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

Data Sync

Data Sync

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

Pagination

Transaction responses by default are paginated, you can add paginate=false to get all results in one request eg. /v1/accounts/:id/transactions?{filters}&paginate=false

If you don't pass the start and end for this endpoint, it will automatically return the most recent transactions

Path Params
Query params
Headers

Request

123
curl --request GET \
     --url https://api.withmono.com/v2/accounts/id/transactions \
     --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?