Ledgersv1Ledger Entries
Get transactions
Retrieve a list of transactions with optional filtering, sorting, and pagination.
GET
/v1/ledgers/transactionsQuery Parameters
limit?integer
Maximum number of records to return
offset?integer
Number of records to skip
sort?string
Field to sort by
order?string
Sort order (asc or desc)
Response Body
application/json
curl -X GET "https://example.com/v1/ledgers/transactions"{
"data": [
{}
],
"total": 0,
"total_unfiltered": 0,
"has_more": true,
"keys": [
"string"
]
}Empty
Empty
Empty
Empty