Transactions Request Builder
Builds requests connected to transactions.
See also
Functions
Sets the cursor parameter on the request. A cursor is a value that points to a specific location in a collection of resources. The cursor attribute itself is an opaque value meaning that users should not try to parse it.
Build and execute request.
Builds request to GET /accounts/{account}/transactions Returns all transactions for a specific account.
Builds request to GET /claimable_balances/{claimable_balance_id}/transactions Returns all transactions for a specific claimable balance.
Builds request to GET /ledgers/{ledgerSeq}/transactions Returns all transactions in a specific ledger.
Builds request to GET /liquidity_pools/{liquidity_pool_id}/transactions Returns all transactions for a specific liquidity pool.
Adds a parameter defining whether to include failed transactions. By default only successful transactions are returned.
Sets the limit parameter on the request. It defines maximum number of records to return. For range and default values check documentation of the endpoint requested.
Sets the order parameter on the request.
Creates a Server-Sent Events (SSE) stream for this request. The stream will automatically reconnect on connection loss and resume from the last received event.
Requests a specific transaction by hash.