mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
WS tool - server select (needs race condition fix)
This commit is contained in:
@@ -11,3 +11,14 @@ Request('account_channels', {
|
||||
"ledger_index": "validated"
|
||||
}
|
||||
})
|
||||
|
||||
Request('account_currencies', {
|
||||
description: "Retrieves a list of currencies that an account can send or receive, based on its trust lines.",
|
||||
link: "account_currencies.html",
|
||||
body: {
|
||||
"command": "account_currencies",
|
||||
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
|
||||
"strict": true,
|
||||
"ledger_index": "validated"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user