Skip to main content

gateway_balances RPC Method

Loading...

Updated on
Oct 04, 2023

gateway_balances RPC Method

Parameters

account
string
REQUIRED
Loading...
hotwallet
string
Loading...
ledger_index
string
Loading...
ledger_hash
string
Loading...
strict
boolean
Loading...

Returns

result
object
Loading...
account
string
Loading...
obligations
array
Loading...
balances
array
Loading...
assets
array
Loading...
ledger_index
integer
Loading...
ledger_hash
string
Loading...
ledger_current_index
string
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": "gateway_balances",
6
"params": [{
7
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
8
"ledger_index": "validated",
9
"strict": true
10
}],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free