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

Method: POST /wallet/participateassetissue

dropdown

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

POST /wallet/participateassetissue

Method not allowed

Participate in an asset issue.

Parameters

to_address - string

owner_address - string

The participant address, default hexString

amount - int64

The number of trx participating in token issuance

asset_name - string

Token id, default hexString

visible - boolean

Optional, Whether the address is in base58 format.

Request

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