⚡ We welcome businesses to test our enterprise-grade service

Method: POST personal_deriveAccount

dropdown

方法 GETH RPC personal_deriveAccount 例如 Ethereum (ETH)

POST personal_deriveAccount

Method not allowed

请求一个高清钱包来得出一个新帐户,可选地将其固定以供以后重复使用。

Parameters

url - 细绳

没有任何

path - 细绳

没有任何

pin - 细绳

没有任何

Request

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


Response

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