debug_getRawHeaderAsk AIpost https://api.zan.top/node/v1/pharos/testnet/{apiKey}Returns a raw block header.Path ParamsapiKeystringrequiredDefaults to public .custom-style { color: #048FF4; } For higher throughput, please create your own API keyBody ParamsidintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to debug_getRawHeaderparamsarraylength between 1 and 1 BLOCK PARAMETER - String - Either the hex value of a block number OR block hash OR One of the following block tags: pending - A sample next block built by the client on top of latest and containing the set of transactions usually taken from local mempool. Intuitively, you can think of these as blocks that have not been mined yet. latest - The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions. earliest - The lowest numbered block the client has available. Intuitively, you can think of this as the first block created. params Block Number or Tag | Block HashBlock Number or TagBlock HashBlock NumberBlock TagResponse 200Raw block header data as a hexadecimal string.Updated 5 months ago