POST
/
v1
/
tokens
curl --request POST \
  --url https://omnisafe.sandbox.ecrop.de/omni-safe/v1/tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ownerAddress": "<string>",
  "info": "<string>",
  "symbol": "<string>",
  "quantity": 123,
  "key": "<string>"
}'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ownerAddress
string

The address that will own the newly minted tokens.

info
string

Additional information about the token.

symbol
string

The symbol of the token (e.g., ABC).

quantity
number

The total amount of tokens to mint.

key
string

A key that will be related to this transfer.

Response

201 - text/plain

The created token address