⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/createassetissue

dropdown

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

POST /wallet/createassetissue

Method not allowed

发行TRC10令牌。

Parameters

owner_address -

细绳

所有者地址,默认六角形

name -

细绳

令牌名称,默认的hexstring

abbr -

细绳

total_supply -

INT64

令牌总供应

trx_num -

INT64

定义trx_num/num的比例('trx_num'is sun的单位)

num -

INT64

定义trx_num/num的比率定义价格

start_time -

约会时间

ICO开始时间

end_time -

约会时间

ICO结束时间

description -

细绳

令牌描述,默认六边形

url -

细绳

令牌官方网站URL,默认六边形

free_asset_net_limit -

INT64

无令牌资产净限制

public_free_asset_net_limit -

INT64

令牌公共免费资产净限制

frozen_supply -

JSON对象

令牌冷冻供应

precision -

享受

Request

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