HyperPaxeer NetworkPaxeer Network
API Reference

Broadcast evidence of the misbehavior.

GET
/broadcast_evidence

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"
}