Broadcast Transaction
[POST] /v1/:network/tx-builder/broadcast
Request
Headers
Authorization: Bearer {access_token}
Content-Type: application/json
Body
{
// Original message of the tx from the result of the Build Transaction API Call
"tx": string,
// Generated using the user’s private key and the tx from the result of the Build Transaction API Call.
"signature": string
}
Response
Example
{
"tx_response": {
"height": "0",
"txhash": "0EC95A21CCA0851D22DBE12A8A2E8E13F6F0AB430BB7DD935E9B98C862EB7414",
"codespace": "",
"code": 0,
"data": "",
"raw_log": "[]",
"logs": [],
"info": "",
"gas_wanted": "0",
"gas_used": "0",
"tx": null,
"timestamp": "",
"events": []
}
}
Try API
You are unable to try executing API from this page.
Method : POST
URL
/v1/:network/tx-builder/broadcast
CallURL
https://apis.mintscan.io/v1/:network/tx-builder/broadcast
Header
Bear Token*
Parameters
network*
Body