Search transaction postings
Transaction Postings
Search transaction postings
Returns a paginated list of transaction postings with optional filtering.
GET
Search transaction postings
Query Parameters
Account identifier to filter by
Example:
"world"
Minimum amount in minor units (cents)
Required range:
x > 0Must be a multiple of 1Example:
1000
Maximum amount in minor units (cents)
Required range:
x > 0Must be a multiple of 1Example:
100000
Filter postings created after this date (inclusive)
Example:
"2024-01-01T00:00:00.000Z"
Filter postings created before this date (inclusive)
Example:
"2024-12-31T23:59:59.000Z"
Currency code filter (ISO 4217)
Example:
"EUR"
Page number (0-based)
Required range:
x >= 0Example:
0
Reference identifier to filter by
Example:
"REF-12345"
Reference source to filter by
Example:
"PAYMENT"
Number of items per page (max 100)
Required range:
1 <= x <= 100Example:
20
Field name to sort by
Example:
"createdAt"
Sort direction
Last modified on May 20, 2026