⚡ We welcome businesses to test our enterprise-grade service

Method: POST les_getCheckpoint

dropdown

方法 GETH RPC les_getCheckpoint 例如 Ethereum (ETH)

POST les_getCheckpoint

Method not allowed

通过索引获取检查点哈希。

Parameters

index - 赢得T64

指数

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_getCheckpoint",
"params": [null],
"id": "getblock.io"}'


Response

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