mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Apply suggestion by Elliot
Co-authored-by: Elliot Lee <github.public@intelliot.com>
This commit is contained in:
@@ -67,7 +67,7 @@ The request includes the following parameters:
|
|||||||
| `Field` | Type | Description |
|
| `Field` | Type | Description |
|
||||||
|:-------------------|:-------------------------------------------|:-----------|
|
|:-------------------|:-------------------------------------------|:-----------|
|
||||||
| `account` | String | A unique identifier for the account, most commonly the account's address. |
|
| `account` | String | A unique identifier for the account, most commonly the account's address. |
|
||||||
| `tx_type` | String | _(Optional)_ **Clio Only** Use to filter transactions of a specific type. Case-insensitive. Supports any transaction type other than `AMM*` (See [Transaction Types](transaction-types.html).) [New in: Clio v2.0](https://github.com/XRPLF/clio/releases/tag/2.0 "BADGE_BLUE") |
|
| `tx_type` | String | _(Optional)_ **Clio Only** Return only transactions of a specific type, such as "Clawback", "AccountSet", "AccountDelete", et al. Case-insensitive. Supports any transaction type except `AMM*` (See [Transaction Types](transaction-types.html).) [New in: Clio v2.0](https://github.com/XRPLF/clio/releases/tag/2.0 "BADGE_BLUE") |
|
||||||
| `ledger_index_min` | Integer | _(Optional)_ Use to specify the earliest ledger to include transactions from. A value of `-1` instructs the server to use the earliest validated ledger version available. |
|
| `ledger_index_min` | Integer | _(Optional)_ Use to specify the earliest ledger to include transactions from. A value of `-1` instructs the server to use the earliest validated ledger version available. |
|
||||||
| `ledger_index_max` | Integer | _(Optional)_ Use to specify the most recent ledger to include transactions from. A value of `-1` instructs the server to use the most recent validated ledger version available. |
|
| `ledger_index_max` | Integer | _(Optional)_ Use to specify the most recent ledger to include transactions from. A value of `-1` instructs the server to use the most recent validated ledger version available. |
|
||||||
| `ledger_hash` | String | _(Optional)_ Use to look for transactions from a single ledger only. (See [Specifying Ledgers][].) |
|
| `ledger_hash` | String | _(Optional)_ Use to look for transactions from a single ledger only. (See [Specifying Ledgers][].) |
|
||||||
|
|||||||
Reference in New Issue
Block a user