GET
/
api
/
v3
/
labels
Get all labels
curl --request GET \
  --url https://tokens.swap.coffee/api/v3/labels
[
  {
    "label": "label",
    "id": 1,
    "created_at": "2023-10-01T12:00:00Z"
  }
]

Authorizations

X-Api-Key
string
header
required

Response

200
application/json

A list of labels

The response is of type object[].