⚡ We welcome businesses to test our enterprise-grade service

/

KuCoin Community Chain (KCC)

kcc
KuCoin Community Chain (KCC)

Method: POST shh_hasIdentity

dropdown

方法 RPC shh_hasIdentity 例如 KuCoin Community Chain (KCC)

POST shh_hasIdentity

Method not allowed

检查客户是否持有给定身份的私钥。

Parameters

address - 数据

新身份的地址。

Request

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


Response

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