List ledger entries

This GET endpoint is used to retrieve a list of all ledger entries, including payouts, payins, loads, spendbacks, fees, credits, and reversals, for a wallet with the provided wallet token.
You can use this endpoint to obtain a comprehensive history of balance movements for the provided wallet, allowing you to track and reconcile its activity over time.
To use this endpoint, you need to provide the wallet_token as a parameter in the URL Path.
The response will contain a JSON array of ledger entry objects, each including entry details, along with pagination metadata. Results can be paginated either with page or with last_token, passing the token of the last ledger entry from a previous response; the two parameters cannot be combined in the same request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Token representing the user who owns the wallet

string
required

Token representing the wallet to get ledger entries for.

Query Params
number
0 to 100
Defaults to 10

Number of records to return. Defaults to 10 if no value is provided

date
^[\d]{4}-[\d]{2}-[\d]{2}$

Starting date - in UTC

date
^[\d]{4}-[\d]{2}-[\d]{2}$

Ending date - in UTC

integer
≥ 1
Defaults to 1

Page number. Cannot be combined with last_token

string

Token of the last ledger entry received in a previous response; results continue from the entry immediately following it. Cannot be combined with page

string
enum

Filter particular types of ledger entries. Comma separated to include multiple types

Headers
string

Unique key to prevent duplicate processing

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json