v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

get/v1/ledger_transactions

Query parameters

afterstring

Use a ledger transaction ID to retrieve records that come after the specified one.

beforestring

Use a ledger transaction ID to retrieve records that come before the specified one.

per_pageinteger

The number of records to return.

id[]string[]

To retrieve specific records in bulk, pass their IDs as query parameters using id[]. For example: ?id[]=123&id[]=456.

ledger_idstring

Use this query parameter to filter ledger transactions by their ledger_id.

statusstring

Use this query parameter to filter by transaction status. Valid values are pending, posted, or archived.

external_idstring

Use this query parameter to filter by external_id. Note: external_id must be used in combination with ledger_id to uniquely identify a ledger transaction.