Skip to main content
Version: Next

Transactions

Query transaction history by payment method. Supports pagination and filtering by time range.

Filter payload (before encryption):

{
"from_date": "2026-01-07 00:00:00",
"to_date": "2026-01-07 23:59:59",
"limit": 10,
"page": 1
}