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

Response

201 - text/plain

The created token address