get https://api.chain49.com//v2/sendtx/
Sends new transaction to backend
It is recommended to use POST for sending transactions as there is a limit on how much data can be sent in the URL itself.
Log in to see full request history
Response
Sends new transaction to backend
It is recommended to use POST for sending transactions as there is a limit on how much data can be sent in the URL itself.
xxxxxxxxxx
curl --request GET \
--url https://api.chain49.com/blockchain/v2/sendtx/hex \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: