mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
update suggested description for limit
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ The request includes the following parameters:
|
||||
| `destination_account` | String - [Address][] | No | A second account; if provided, filter results to payment channels whose destination is this account. |
|
||||
| `ledger_hash` | String | No | A 20-byte hex string for the ledger version to use. (See [Specifying Ledgers][]) |
|
||||
| `ledger_index` | Number or String | No | The [ledger index][] of the ledger to use, or a shortcut string to choose a ledger automatically. (See [Specifying Ledgers][]) |
|
||||
| `limit` | Number | No | Set transaction retrieval limit between 10 and 400. Invalid numbers are replaced with the closest valid option. Default is 200.|
|
||||
| `limit` | Number | No | Limit the number of transactions to retrieve. Cannot be less than 10 or more than 400. Values outside this range are replaced with the closest valid option. The default is 200. |
|
||||
| `marker` | [Marker][] | No | Value from a previous paginated response. Resume retrieving data where that response left off. |
|
||||
|
||||
## Response Format
|
||||
|
||||
Reference in New Issue
Block a user