File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/references/http-websocket-apis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ The table below shows which version of the `rippled` API is used if you don't sp
52
52
| ----------------| -------------| ------------------|
53
53
| Websocket | 1 | |
54
54
| JSON-RPC | 1 | |
55
- | Commandline | 2 | The commandline only uses the latest API version (currently 2) . |
55
+ | Commandline | 2 | The commandline only uses the latest API version. |
56
56
| [ xrpl.js] ( https://github.com/XRPLF/xrpl.js ) | 2 | Defaults to [ API v2] [ ] starting in v4.0.0. |
57
57
| [ xrpl-py] ( https://github.com/XRPLF/xrpl-py ) | 2 | Defaults to [ API v2] [ ] starting in v3.0.0. |
58
58
59
59
{% admonition type="info" name="Note" %}
60
- [ API v2 ] [ ] is used by default when you make a request to a Clio server, starting in v??? .
60
+ Clio responses use [ API v1 ] [ ] by default, but support [ API v2 ] [ ] requests .
61
61
{% /admonition %}
62
62
63
63
{% raw-partial file="/docs/_ snippets/common-links.md" /%}
You can’t perform that action at this time.
0 commit comments