Get the paginated ledger statement
Wallet
Get the paginated ledger statement
Returns DEBIT and CREDIT entries for the calling application’s wallet in reverse-chronological order. Each entry includes:
entryType–DEBIT(outgoing) orCREDIT(incoming)amount,currencyopeningBalance/closingBalance– wallet balance before/after the movementdescription– human-readable summary referencing the transactioncreatedAt– when the ledger line was written
GET
Get the paginated ledger statement
Authorizations
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.