Count the transactions from a ledger
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Name of the ledger.
"ledger001"
Query Parameters
Filter transactions by reference field.
"ref:001"
Filter transactions with postings involving given account, either as source or destination (regular expression placed between ^ and $).
"users:001"
Filter transactions with postings involving given account at source (regular expression placed between ^ and $).
"users:001"
Filter transactions with postings involving given account at destination (regular expression placed between ^ and $).
"users:001"
Filter transactions that occurred after this timestamp. The format is RFC3339 and is inclusive (for example, "2023-01-02T15:04:01Z" includes the first second of 4th minute).
Filter transactions that occurred after this timestamp.
The format is RFC3339 and is inclusive (for example, "2023-01-02T15:04:01Z" includes the first second of 4th minute).
Deprecated, please use startTime
instead.
Filter transactions that occurred before this timestamp. The format is RFC3339 and is exclusive (for example, "2023-01-02T15:04:01Z" excludes the first second of 4th minute).
Filter transactions that occurred before this timestamp.
The format is RFC3339 and is exclusive (for example, "2023-01-02T15:04:01Z" excludes the first second of 4th minute).
Deprecated, please use endTime
instead.
Filter transactions by metadata key value pairs. Nested objects can be used as seen in the example below.
Response
OK