Otterscan
ots_getBlockDetailsByHash
Given a block hash, 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_getBlockDetailsByHash: [blockHash].Positional parameters for
ots_getBlockDetailsByHash:params[]: 32 Bytes - hash of the block where this transaction was included. Null when pending.
Returns
Modified block object with additional fields and stripped transaction list.