#
get_block_template
The get_block_template RPC method exposes a non-canonical, potentially higher-value block template.
#
Request body example
{
"jsonrpc": "2.0",
"id": 1,
"method": "get_block_template",
"params": {
"inclusion_list": ["0x……ff","0x……ee"]
}
}
curl -s --data '{"jsonrpc": "2.0","id": "1","method":"get_block_template","params":{"inclusion_list":[]}}' -H "Content-Type: application/json" -H "Authorization: Bearer ${TOKEN}" -X POST ${URL}```
Coming soon
Coming soon
Coming soon
#
Response body example
Coming soon