Skip to main content
GET
/
user
/
api-keys
List API Keys
curl --request GET \
  --url https://api.totalis.trade/user/api-keys \
  --header 'TOTALIS_API_KEY: <api-key>'
{
  "keys": [
    {
      "key_prefix": "<string>",
      "name": "<string>",
      "status": "active",
      "created_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "last_used_at": "2023-11-07T05:31:56Z",
      "request_count": 123
    }
  ]
}

Authorizations

TOTALIS_API_KEY
string
header
required

API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Response

List of API keys

keys
object[]