post {protocol}://{host}/v1/chain/push_transaction
This method expects a transaction in JSON format and will attempt to apply it to the blockchain.
Log in to see full request history
Response
This method expects a transaction in JSON format and will attempt to apply it to the blockchain.
xxxxxxxxxx
curl --request POST \
--url https://greatchains.arisennodes.io/v1/chain/push_transaction \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!