Send transaction

post

This method expects a transaction in JSON format and will attempt to apply it to the blockchain.

Body
signaturesstring[]Optional

array of signatures required to authorize transaction

compressionbooleanOptional

Compression used, usually false

packed_context_free_datastringOptional

json to hex

packed_trxstringOptional

Transaction object json to hex

Responses
200
OK
application/json
Responseany

Returns Nothing

post
POST /v1/chain/send_transaction HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 96

{
  "signatures": [
    "text"
  ],
  "compression": true,
  "packed_context_free_data": "text",
  "packed_trx": "text"
}
200

OK

No content