⚡ We welcome businesses to test our enterprise-grade service

Method: POST thetacli.LockKey

dropdown

方法 RPC thetacli.LockKey 例如 Theta

POST thetacli.LockKey

Method not allowed

此API锁定了一个帐户。 锁定帐户无法发送theta/tfuel代币。

Parameters

address - 细绳

锁定帐户的地址

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.LockKey",
"params": {},
"id": "getblock.io"}'


Response

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