⚡ We welcome businesses to test our enterprise-grade service

eos
EOS

Method: POST status

dropdown

方法 RPC status 例如 EOS

POST status

Method not allowed

检索指定对等的连接状态。

Parameters

endpoint - 细绳

连接到表示为IP地址或URL的端点

Request

curl --location --request POST 'https://eos.getblock.io/v1/chain/status' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

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