📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/getexpandedspendingkey

dropdown

方法 REST /wallet/getexpandedspendingkey 例如 Tron (TRX)

POST /wallet/getexpandedspendingkey

Method not allowed

注意:为了确保安全性,Trongrid已禁用此接口服务,请使用本地节点提供的服务。

Parameters

value -

支出钥匙的十六进制

Request

curl --location --request POST 'https://trx.getblock.io/wallet/getexpandedspendingkey' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

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