All txns

Query all transactions within a given date range.

POST {{url}}/account/kes/transactions

Body request

{
    "start_date": "2025-02-19",
    "end_date": "2025-07-20"
}

Last updated