⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/proposalapprove

dropdown

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

POST /wallet/proposalapprove

Method not allowed

Approves proposed transaction.

Parameters

owner_address - string

Approver address

proposal_id - int32

Proposal ID

is_add_approval - boolean

Approved or not

permission_id - int32

Optional, for multi-signature use

visible - boolean

Optional.Whehter the address is in base58 format.

Request

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