Create a new token
Token
Create a new token
Create Token. Permissions [“admin”]
POST
Create a new token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The name of the token
Example:
"USDT"
The contract address of the token
Example:
"0xAbC123..."
The number of decimal places for the token
Example:
18
The network of the transaction
Example:
"ARB_SEPOLIA"
The status of the token
Available options:
whitelisted, not_whitelisted Example:
"whitelisted"

