Skip to main content
GET
/
ledger
/
account-ledger-history
/
{account_id}
/
{page}
/
{size}
Ledger History
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/ledger/account-ledger-history/{account_id}/{page}/{size} \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
Fetches a paginated list of all ledger entries (transactions) for an account, providing a complete audit trail of account movements.

Request Headers

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

Path Parameters

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

Code Examples

curl --location 'https://{domain}.fincode.software/api/v6/services/ledger/account-ledger-history/123e4567-e89b-12d3-a456-426614174000/0/10' \
--header 'X-Auth-Token: YOUR_JWT_ACCESS_TOKEN' \
--header 'x-fapi-auth-date: 2024-01-15T10:30:00Z' \
--header 'x-fapi-customer-ip-address: 192.168.1.1' \
--header 'x-fapi-interaction-id: interaction-12345'

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