cURL
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 } ] }
List all API keys for your Totalis account. Returns metadata and prefixes, never full secrets
API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.
api_live_xxxxxxxxxxxxxxxxxxxxx
List of API keys
Show child attributes
Was this page helpful?