mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
[FEATURE] websocket tool - gateway_balances method
This commit is contained in:
@@ -221,12 +221,22 @@ var urlParams;
|
||||
|
||||
Request('account_currencies', {
|
||||
account: sample_address,
|
||||
strict: true,
|
||||
ledger_index: "validated",
|
||||
account_index: 0,
|
||||
strict: true,
|
||||
ledger_index: "validated",
|
||||
account_index: 0,
|
||||
_description: 'Returns a list of currencies the account can send or receive.',
|
||||
_link: 'rippled-apis.html#account-currencies'
|
||||
});
|
||||
|
||||
Request('gateway_balances', {
|
||||
account: sample_address,
|
||||
strict: true,
|
||||
hotwallet: [],
|
||||
ledger_index: "validated",
|
||||
account_index: 0,
|
||||
_description: 'Returns a list of currencies the account can send or receive.',
|
||||
_link: 'rippled-apis.html#gateway-balances'
|
||||
});
|
||||
|
||||
/* ---- ---- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user