BTNS API - Send Transaction BTNS API
Method Endpoint Returns
POST /api/send_tx Returns transaction hash in hex
Parameters
Parameter Type Description
tx_hex String A serialized transaction to broadcast
Return Values
Value Type Description
tx_hash String Transaction Hash of the transaction broadcast to the network
Example Response
{
    "tx_hash": "fd7be896baf9af3deb5c0f605b5352815fc2d3f7c9f4142d1cc192ea9ae60079"
}