eth_getBlockByHashAsk AIpost https://api.zan.top/node/v1/opt/mainnet/{apiKey}Returns information about a block by block hash.Path ParamsapiKeystringrequiredDefaults to publicFor higher throughput, please create your own API key.Body ParamsidintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to eth_getBlockByHashparamsarraylength between 2 and 2Defaults to 0x53c2c369336afcf5d585513e39b05a452a1e9232abc657cfb98c01991b575895,true BLOCK HASH - string - a string representing the hash (32 bytes) of a block. SHOW TRANSACTION DETAILS FLAG - boolean - if set to 'true', it returns the full transaction objects, if false only the hashes of the transactions. Defaults to false. params block hash | Full transaction objectsblock hashFull transaction objects block hash | Full transaction objectsblock hashFull transaction objectsResponse 200Returns information about a block by block hash.Updated 4 months ago