⚡ We welcome businesses to test our enterprise-grade service

Method: POST les_latestCheckpoint

dropdown

方法 GETH RPC les_latestCheckpoint 例如 Ethereum (ETH)

POST les_latestCheckpoint

Method not allowed

获取最新已知检查点的索引和哈希。

Parameters

-

Request

curl --location --request POST 'https://geth.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "les_latestCheckpoint",
"params": [],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}