Skip to main content
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

string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.

Path Parameters

string
required
The unique identifier (UUID) of the account to retrieve history for.
number
required
Page number for pagination (starts from 0 or 1, depending on implementation).
number
required
Number of items per page.

Code Examples

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Path Parameters

account_id
string
required
page
number
required
size
number
required

Response

200

Ledger history