v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-29295183.8 KB

Sends a block to the blockchain.

post/push_block

Request body

timestampstring required

Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss

confirmedinteger required

number of prior blocks confirmed by this block producer in current schedule

previousstring required
transaction_mrootstring required
action_mrootstring required
schedule_versioninteger required

number of times producer schedule has changed since genesis

new_protocol_featuresobject[]

list of new protocol features

producer_signaturestring required

Base58 encoded EOSIO cryptographic signature

idstring
block_numinteger

height of this block in the chain

ref_block_prefixinteger

32-bit portion of block ID

Response

OK

{"stackTrail":"paths:/push_block:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Returns Nothing"}