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
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "account_channels",6"params": [7{8"account": "r4AZpDKVoBxVcYUJCWMcqZzyWsHTteC4ZE",9"destination_account": "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX",10"ledger_index": "validated"11}12],13"id": 114}'
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "account_channels",6"params": [7{8"account": "r4AZpDKVoBxVcYUJCWMcqZzyWsHTteC4ZE",9"destination_account": "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX",10"ledger_index": "validated"11}12],13"id": 114}'
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