Otterscan
ots_getBlockDetails
Given a block number, return its data. Similar to the standard eth_getBlockByNumber/Hash method, but optimized.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
The parameters for ots_getBlockDetails: [blockNumber].Positional parameters for
ots_getBlockDetails:params[0]: Type: number.params[1]: Type: string.
Returns
Modified block object with additional fields and stripped transaction list.