mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Data API - account tx history: no csv format
This commit is contained in:
@@ -3913,7 +3913,8 @@ Optionally, you can provide the following query parameters:
|
||||
| `descending` | Boolean | If true, return results in reverse chronological order. Defaults to false. |
|
||||
| `limit` | Integer | Maximum results per page. Defaults to 20. Cannot be more than 1,000. |
|
||||
| `marker` | String | [Pagination](#pagination) key from previously returned response. |
|
||||
| `format` | String | Format of returned results: `csv` or `json`. Defaults to `json`. |
|
||||
|
||||
**Note:** This method cannot return CSV format; only JSON results are supported for raw RCL transactions.
|
||||
|
||||
|
||||
#### Response Format ####
|
||||
|
||||
@@ -5854,13 +5854,9 @@ Content-Type: image/svg+xml
|
||||
<td>String</td>
|
||||
<td><a href="#pagination">Pagination</a> key from previously returned response.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>format</code></td>
|
||||
<td>String</td>
|
||||
<td>Format of returned results: <code>csv</code> or <code>json</code>. Defaults to <code>json</code>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p class="devportal-callout note"><strong>Note:</strong> This method cannot return CSV format; only JSON results are supported for raw RCL transactions.</p>
|
||||
<h4 id="response-format-38">Response Format</h4>
|
||||
<p>A successful response uses the HTTP code <strong>200 OK</strong> and has a JSON body with the following:</p>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user