mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
[FEATURE] account_currencies in websocket tool
This commit is contained in:
@@ -192,6 +192,15 @@
|
||||
_description: 'Returns a list of transactions that applied to a specified account.',
|
||||
_link: 'rippled-apis.html#account-tx'
|
||||
});
|
||||
|
||||
Request('account_currencies', {
|
||||
account: sample_address,
|
||||
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'
|
||||
});
|
||||
|
||||
/* ---- ---- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user