Get balance history

This allows you to get balance history and filter using currency, date or page

The implementation above shows you how to fetch your wallet transaction history. We also provide you with three different ways to filter through your list of transactions and return only the data you need. We do this by making it possible for you to filter your wallet transactions in the following ways:

1. Filter by wallet currency:

GET /v2/gpx/wallet/statement?seckey=FLWSECK_TEST-c2158797bdde90a7ad5-X&currency=USD

2. Filter by date range:

GET /v2/gpx/wallet/statement?seckey=FLWSECK_TEST-c2158797bdde90a7ad5-X&currency=USD&from=2020-03-01&to=2020-03-18

3. Filter by pages:

GET /v2/gpx/wallet/statement?seckey=FLWSECK_TEST-c2158797bdde90a7ad5-X&currency=USD&from=2020-03-01&to=2020-03-18&page=2
Language
Click Try It! to start a request and see the response here!