Skip to main content

channel_verify RPC Method

Loading...

Updated on
Jul 15, 2026

channel_verify RPC Method

Parameters

object
object
REQUIRED
Loading...
channel_id
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
public_key
string
REQUIRED
Loading...
amount
string
REQUIRED
Loading...

Returns

result
object
Loading...
signature_verified
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
Response
1
{
2
"result": {
3
"signature_verified": true,
4
"status": "success"
5
},
6
"status": "success",
7
"type": "response",
8
"forwarded": true,
9
"warnings": [
10
{
11
"id": 2001,
12
"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"
13
}
14
]
15
}
1
{
2
"result": {
3
"signature_verified": true,
4
"status": "success"
5
},
6
"status": "success",
7
"type": "response",
8
"forwarded": true,
9
"warnings": [
10
{
11
"id": 2001,
12
"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"
13
}
14
]
15
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free