Ledger History
API Endpoints
Ledger History
Retrieves paginated transaction history for a specific account.
GET
Ledger History
Fetches a paginated list of all ledger entries (transactions) for an account, providing a complete audit trail of account movements.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the account to retrieve history for.
Page number for pagination (starts from 0 or 1, depending on implementation).
Number of items per page.
