Create a token and mint
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
Create a token and mint
Documentation Index
Fetch the complete documentation index at: https://docs.ecrop.de/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - text/plain
The created token address
The created token address