HyperPaxeer NetworkPaxeer Network
API Reference

Returns with the response from CheckTx. Does not wait for DeliverTx result.

GET
/broadcast_tx_sync

Query Parameters

tx*string

The transaction

Response Body

application/json

application/json

curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/broadcast_tx_sync?tx=456"
{
  "jsonrpc": "2.0",
  "id": 0,
  "result": {
    "code": "0",
    "data": "",
    "log": "",
    "codespace": "ibc",
    "hash": "0D33F2F03A5234F38706E43004489E061AC40A2E"
  },
  "error": ""
}
{
  "id": 0,
  "jsonrpc": "2.0",
  "error": "Description of failure"
}