Skip to main content
GET
/
v1
/
auth
List existing auth tokens
curl --request GET \
  --url https://backend.swap.coffee/v1/auth \
  --header 'X-Api-Key: <api-key>'
[
  {
    "token": "<string>",
    "name": "<string>",
    "hourly_limit": 123,
    "options": []
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.swap.coffee/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

tokens

token
string
required
name
string
required
hourly_limit
integer
options
enum<string>[]
Available options:
administrator,
moderator,
allow_cycles,
extended_tx_status,
paid