WSS
Account methods
account_channels
wss://xrp.nownodes.io/wss/{{api-key}}
Example body (raw)
{
"command": "account_channels",
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"destination_account": "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX",
"ledger_index": "validated"
}Example response: 200
{
"result": {
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"channels": [
{
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"amount": "1000",
"balance": "0",
"channel_id": "C7F634794B79DB40E87179A9D1BF05D05797AE7E92DF8E93FD6656E8C4BE3AE7",
"destination_account": "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX",
"public_key": "aBR7mdD75Ycs8DRhMgQ4EMUEmBArF8SEh1hfjrT2V9DQTLNbJVqw",
"public_key_hex": "03CFD18E689434F032A4E84C63E2A3A6472D684EAF4FD52CA67742F3E24BAE81B2",
"settle_delay": 60
}
],
"ledger_hash": "223755E7E4297B1EBA1B29C01733080534E1A77A13909BC84FF8B8AA70E8D714",
"ledger_index": 100669309,
"validated": true
},
"status": "success",
"type": "response"
}account_currencies
Example body (raw)
Example response: 200
account_info
Example body (raw)
Example response: 200
account_lines
Example body (raw)
Example response: 200
account_nfts
Example body (raw)
Example response: 200
account_objects
Example body (raw)
Example response: 200
account_offers
Example body (raw)
Example response: 200
account_tx
Example body (raw)
Example response: 200
gateway_balances
Example body (raw)
Example response: 200
noripple_check
Example body (raw)
Example response: 200
Ledger methods
ledger
Example body (raw)
Example response: 200
ledger_closed
Example body (raw)
Example response: 200
ledger_current
Example body (raw)
Example response: 200
ledger_data
Example body (raw)
Example response: 200
Transaction methods
simulate
Example body (raw)
Example response: 200
submit
Example body (raw)
Example response: 200
submit_multisigned
Example body (raw)
Example response: 200
transaction_entry
Example body (raw)
Example response: 200
tx
Example body (raw)
Example response: 200
Path and DEX Methods
amm_info
Example body (raw)
Example response: 200
book_changes
Example body (raw)
Example response: 200
book_offers
Example body (raw)
Example response: 200
deposit_authorized
Example body (raw)
Example response: 200
get_aggregate_price
Example body (raw)
Example response: 200
path_find
Example body (raw)
Example response: 200
Payment Channel Methods
channel_verify
Example body (raw)
Example response: 200
Subscription Methods
subscribe
Example body (raw)
Example response: 200
unsubscribe
Example body (raw)
Example response: 200
Server Info Methods
fee
Example body (raw)
Example response: 200
manifest
Example body (raw)
Example response: 200
server_definitions
Example body (raw)
Example response: 200
server_info
Example body (raw)
Example response: 200
server_state
Example body (raw)
Example response: 200
version
Example body (raw)
Example response: 200
feature
Example body (raw)
Example response: 200
Last updated