For the complete documentation index, see llms.txt. This page is also available as Markdown.

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