Links

Token verify

Administrator can verify the token
Url:
POST /ethereum/eth_token_verify
List of parameters
Name
Type
Description
wallet *
string
Wallet address
token_address *
string
Token address
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
All parameters are required.
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