Returns a block trace object containing retired actions and related metadata.
Provide a block number
block number
POST /v1/trace_api/get_block HTTP/1.1 Host: eos.nownodes.io Content-Type: application/json Accept: */* Content-Length: 15 { "block_num": 1 }
OK - valid response payload
{ "id": "text", "number": 1, "previous_id": "text", "status": "text", "timestamp": "text", "producer": "text", "transactions": [ { "id": "text", "actions": [ { "global_sequence": 1, "receiver": "text", "account": "text", "action": "text", "authorization": [ { "account": "text", "permission": "text" } ], "data": { "ANY_ADDITIONAL_PROPERTY": "anything" } } ] } ] }