Create a token
Create a token with a name, symbol, supply, and memo.
Create new token
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"name": "Matt token",
"symbol": "MATT",
"memo": "abc",
"reference": "basic.fungible",
"supply": "100",
"supplyWithDecimals": "100000000",
"tokenId": "0.0.2839273"
}
}Last updated