⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/createspendauthsig

dropdown

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

POST /wallet/createspendauthsig

Method not allowed

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

Parameters

ask -

字符串,需要。

tx_hash -

字符串,需要。

aplha -

字符串,需要。

Request

curl --location --request POST 'https://trx.getblock.io/wallet/createspendauthsig' 
--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"
}