post https://api.kiln.fi/v1/zeta/transaction/broadcast
Broadcast a signed transaction to the ZetaChain network
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Broadcast a signed transaction to the ZetaChain network
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://api.kiln.fi/v1/zeta/transaction/broadcast \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json; charset=utf-8'
xxxxxxxxxx
{
"data": {
"tx_hash": "2B4F732E12D5D5AF1F907AD03B199167A718EDC6201DE5713143AB80990420CB"
}
}