post https://api.shasta.trongrid.io/wallet/createassetissue
Issue a TRC10 token.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Issue a TRC10 token.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
16curl --request POST \
--url https://api.shasta.trongrid.io/wallet/createassetissue \
--header 'content-type: application/json' \
--data '
{
"owner_address": "411FAFB1E96DFE4F609E2259BFAF8C77B60C535B93",
"name": "0x6173736574497373756531353330383934333132313538",
"abbr": "0x6162627231353330383934333132313538",
"description": "0x4578616d706c654465736372697074696f6e",
"url": "0x7777772e6578616d706c652e636f6d",
"frozen_supply": {
"frozen_amount": 1,
"frozen_days": 2
}
}
'
Try It!
to start a request and see the response here!