Links
Comment on page

Token create

Administrator can create the token
Url:
POST /ethereum/eth_token_create
List of parameters
Name
Type
Description
wallet *
string
Wallet address
wallet_pwd *
string
Wallet password
name *
string
Full name of the token
symbol *
string
Symbol of the token
total_amount *
number
Total amount
eth_price_rate *
number
Price rate
eth_min_invest *
number
Minimal investment
gas_price
number
Gas price
* required parameters.
gas_price is optional.
Success response:
{message: message, success: true, data: response, operations_count: operations_count}, status: 200
Fail response:
{message: message, success: false, data: {}, operations_count: operations_count}, status: 200