# get_block_template

The get_block_template RPC method exposes a non-canonical, potentially higher-value block template.

Name Type Description
inclusion_list []String Array of signed raw transaction in hex-encoded string format, to be forcefully included in the 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