⚡ We welcome businesses to test our enterprise-grade service

Method: POST thetacli.ListKeys

dropdown

方法 RPC thetacli.ListKeys 例如 Theta

POST thetacli.ListKeys

Method not allowed

此API列出了本地计算机上所有帐户的地址(即〜/.thetacli/键/加密/)

Parameters

-

Request

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


Response

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