Files
xrpl-dev-portal/tool/ripple-rest-markdown-skeleton.md

53 lines
775 B
Markdown

## title ##
[[Source]<br>]( "Source")
blurb
#### Request Format ####
<div class='multicode'>
*REST*
```
```
</div>
[Try it! >](rest-api-tool.html#prepare-payment)
This method requires the following URL parameters:
| Field | Value | Description |
|-------|-------|-------------|
Optionally, you can also include the following query parameters:
| Field | Value | Description |
|-------|-------|-------------|
The request includes the following body parameters:
| Field | Value | Description |
|-------|-------|-------------|
Further description
#### Response Format ####
An example of a successful response:
```js
//actual example here
```
A successful result contains the following fields:
| Field | Type | Description |
|-------|------|-------------|