Skip to main content

account_currencies RPC Method

Loading...

Updated on
Oct 04, 2023

account_currencies RPC Method

Parameters

account
string
REQUIRED
Loading...
account_index
integer
Loading...
ledger_index
string
Loading...
strict
boolean
Loading...

Returns

result
object
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
receive_currencies
array
Loading...
send_currencies
array
Loading...
validated
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1
curl https://docs-demo.xrp-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "account_currencies",
6
"params": [{
7
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
8
"account_index": 0,
9
"ledger_index": "validated",
10
"strict": true
11
}],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free