Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.totalis.trade/user/api-keys \ --header 'Authorization: Bearer <token>'
{ "data": { "keys": [ { "key_prefix": "<string>", "name": "<string>", "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
Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.
Authorization: Bearer <jwt>
List of API keys
Show child attributes
Was this page helpful?