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

Method: POST /wallet/getexpandedspendingkey

dropdown

Method REST /wallet/getexpandedspendingkey example for Tron (TRX)

POST /wallet/getexpandedspendingkey

Method not allowed

Note: To ensure security, Trongrid has disabled this interface service, please use the service provided by the local node.

Parameters

value -

HEX of Spending Key

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"
}