Skip to main content

ping RPC Method

Loading...

Updated on
Jun 11, 2026

ping RPC Method

Parameters

object
object
REQUIRED
Loading...

Returns

result
object
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "ping",
6
"params": [
7
null
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "ping",
6
"params": [
7
null
8
],
9
"id": 1
10
}'
Response
1
{
2
"result": {
3
"status": "success"
4
},
5
"warnings": [
6
{
7
"id": 2001,
8
"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"
9
}
10
]
11
}
1
{
2
"result": {
3
"status": "success"
4
},
5
"warnings": [
6
{
7
"id": 2001,
8
"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"
9
}
10
]
11
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free