POST
/
api
/
v3
/
labels
Create a new label
curl --request POST \
  --url https://tokens.swap.coffee/api/v3/labels \
  --header 'Content-Type: application/json' \
  --data '{
  "label": "label"
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200

Label created successfully