Returns a block & its extrinsics as hex values. BlockId can either be a block hash or a block height.
/blocks/{blockId}/extrinsics-raw
Block identifier, as the block height or block hash.
^0[xX][0-9a-fA-F]{1,64}$|[0-9]{1,12}
successful operation
invalid Block identifier supplied
curl -L \ --url 'https://dot-playbook.nownodes.io/blocks/{blockId}/extrinsics-raw'
{ "number": "text", "parentHash": "text", "stateRoot": "text", "extrinsicRoot": "text", "digest": { "logs": [ { "type": "text", "index": "text", "value": [ "text" ] } ] }, "extrinsics": [ "text" ] }