| Method | Endpoint | Returns |
|---|---|---|
| POST | /api/send_tx | Returns transaction hash in hex |
| Parameter | Type | Description |
|---|---|---|
| tx_hex | String | A serialized transaction to broadcast |
| Value | Type | Description |
|---|---|---|
| tx_hash | String | Transaction Hash of the transaction broadcast to the network |
{
"tx_hash": "fd7be896baf9af3deb5c0f605b5352815fc2d3f7c9f4142d1cc192ea9ae60079"
}