API Reference
Broadcast evidence of the misbehavior.
Broadcast evidence of the misbehavior.
Query Parameters
evidence*string
JSON evidence
Response Body
application/json
application/json
curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/broadcast_evidence?evidence=JSON_EVIDENCE_encoded"{
"error": "",
"result": "",
"id": 0,
"jsonrpc": "2.0"
}{
"id": 0,
"jsonrpc": "2.0",
"error": "Description of failure"
}Get block headers (max: 20) for minHeight <= height <= maxHeight. GET
Get block headers for minHeight <= height <= maxHeight. At most 20 items will be returned. Upon success, the `Cache-Control` header will be set with the default maximum age.
Returns right away, with no response. Does not wait for CheckTx nor DeliverTx results. GET