⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST getblocknumber

dropdown

方法 RPC getblocknumber 例如 DogeCoin (DOGE)

POST getblocknumber

Method not allowed

弃用。 改用GetBlockCount。

返回最长块链中最新块的块号。

Parameters

-

Request

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


Response

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