Skip to main content

account_channels RPC Method

Loading...

Updated on
Jun 11, 2026

account_channels RPC Method

Parameters

object
object
REQUIRED
Loading...
account
string
REQUIRED
Loading...
destination_account
string
Loading...
ledger_index
string
Loading...

Returns

result
object
Loading...
account
string
Loading...
channels
array
Loading...
account
string
Loading...
amount
integer
Loading...
balance
integer
Loading...
channel_id
string
Loading...
destination_account
string
Loading...
public_key
string
Loading...
public_key_hex
string
Loading...
settle_delay
integer
Loading...
limit
integer
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
validated
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
Response
1
{
2
"result": {
3
"account": "r4AZpDKVoBxVcYUJCWMcqZzyWsHTteC4ZE",
4
"ledger_hash": "FE51E76B5948B60B847B5A1ECFF57C1EAF0FACDE7E408D5A1BEB1648F0D80E96",
5
"ledger_index": 102609803,
6
"validated": true,
7
"limit": 200,
8
"channels": [],
9
"status": "success"
10
},
11
"warnings": [
12
{
13
"id": 2001,
14
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
15
}
16
]
17
}
1
{
2
"result": {
3
"account": "r4AZpDKVoBxVcYUJCWMcqZzyWsHTteC4ZE",
4
"ledger_hash": "FE51E76B5948B60B847B5A1ECFF57C1EAF0FACDE7E408D5A1BEB1648F0D80E96",
5
"ledger_index": 102609803,
6
"validated": true,
7
"limit": 200,
8
"channels": [],
9
"status": "success"
10
},
11
"warnings": [
12
{
13
"id": 2001,
14
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
15
}
16
]
17
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free