cURL
curl --request GET \ --url https://tokens.swap.coffee/api/v3/labels
[ { "label": "label", "id": 1, "created_at": "2023-10-01T12:00:00Z" } ]
A list of labels
The response is of type object[].
object[]