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
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "channel_verify",6"params": [7{8"channel_id": "5DB01B7FFED6B67E6B0414DED11E051D2EE2B7619CE0EAA6286D67A3A4D5BDB3",9"signature": "304402204EF0AFB78AC23ED1C472E74F4299C0C21F1B21D07EFC0A3838A420F76D783A400220154FB11B6F54320666E4C36CA7F686C16A3A0456800BBC43746F34AF50290064",10"public_key": "aB44YfzW24VDEJQ2UuLPV2PvqcPCSoLnL7y5M1EzhdW4LnK5xMS3",11"amount": "1000000"12}13],14"id": 115}'
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "channel_verify",6"params": [7{8"channel_id": "5DB01B7FFED6B67E6B0414DED11E051D2EE2B7619CE0EAA6286D67A3A4D5BDB3",9"signature": "304402204EF0AFB78AC23ED1C472E74F4299C0C21F1B21D07EFC0A3838A420F76D783A400220154FB11B6F54320666E4C36CA7F686C16A3A0456800BBC43746F34AF50290064",10"public_key": "aB44YfzW24VDEJQ2UuLPV2PvqcPCSoLnL7y5M1EzhdW4LnK5xMS3",11"amount": "1000000"12}13],14"id": 115}'
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