mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
1.2 KiB
1.2 KiB
command
blurb
Request Format
An example of the request format:
WebSocket
//actual example here
Second tab
//second example here
The request includes the following parameters:
| Field | Type | Description |
|---|
Response Format
An example of a successful response:
WebSocket
//actual example here
Second tab
//second example here
The response follows the standard format, with a successful result containing the following fields:
| Field | Type | Description |
|---|
Possible Errors
- Any of the universal error types.
invalidParams- One or more fields are specified incorrectly, or one or more required fields are missing.actNotFound- The address specified in theaccountfield of the request does not correspond to an account in the ledger.lgrNotFound- The ledger specified by theledger_hashorledger_indexdoes not exist, or it does exist but the server does not have it.