account_objects RPC Method
For a higher-level view specifically focused on an account's trust lines and balances, it is recommended to use the account_lines method.
Parameters
account
string
REQUIRED
Loading...
ledger_index
string
Loading...
ledger_hash
string
Loading...
type
string
Loading...
deletion_blockers_only
boolean
Loading...
marker
integer
Loading...
limit
integer
Loading...
Returns
result
object
Loading...
account
string
Loading...
account_objects
array
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
validated
boolean
Loading...
status
string
Loading...
marker
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1curl https://docs-demo.xrp-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"method": "account_objects",6"params": [{7"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",8"ledger_index": "validated",9"type": "state",10"deletion_blockers_only": false,11"limit": 1012}],"id":1,"jsonrpc":"2.0"}'
1curl https://docs-demo.xrp-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"method": "account_objects",6"params": [{7"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",8"ledger_index": "validated",9"type": "state",10"deletion_blockers_only": false,11"limit": 1012}],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free