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