Token Management
Token
This endpoint creates a new token and mints an initial supply to a specified owner address. The token’s parameters, such as its symbol, initial quantity, and owner, are specified in the request body. Under the hood, OmniSafe handles the necessary blockchain interactions to register the token and assign the initial tokens to the owner on the blockchain.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The address that will own the newly minted tokens.
Additional information about the token.
The symbol of the token (e.g., ABC).
The total amount of tokens to mint.
A key that will be related to this transfer.
Response
201 - text/plain
The created token address