chain_getBlock - JSON-RPC Method
Description
Returns the full block, including header and extrinsics.
Request Example
{ "jsonrpc": "2.0", "method": "chain_getBlock", "params": [], "id": 1 }
Code Example
curl -s https://api-acala.n.dwellir.com/YOUR_API_KEY \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"chain_getBlock","params":[]}'