⚡ We welcome businesses to test our enterprise-grade service

Method: POST personal_openWallet

dropdown

方法 GETH RPC personal_openWallet 例如 Ethereum (ETH)

POST personal_openWallet

Method not allowed

通过建立USB连接,然后尝试通过提供的密码来验证硬件钱包打开过程。 请注意,该方法可能会返回需要第二次打开的额外挑战(例如,Trezor Pin矩阵挑战)。

Parameters

url - 细绳

没有任何

passphrase - 细绳

没有任何

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_openWallet",
"params": [null, null],
"id": "getblock.io"}'


Response

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