Skip to main content

push_transaction

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

Request Body
signatures Signature[]

Possible values: Value must match regular expression ^SIG_([RK]1|WA)_[1-9A-HJ-NP-Za-km-z]+$

array of signatures required to authorize transaction

compression boolean

Compression used, usually false

packed_context_free_data string

json to hex

packed_trx string

Transaction object json to hex

Responses
200

OK

Schema
undefined

Returns Nothing