⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/participateassetissue

dropdown

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

POST /wallet/participateassetissue

Method not allowed

参与资产问题。

Parameters

to_address -

细绳

owner_address -

细绳

参与者的地址,默认的六边形

amount -

INT64

参与令牌发行的TRX数量

asset_name -

细绳

令牌ID,默认的hexstring

visible -

布尔

可选,地址是否为基本58格式。

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