cURL
curl --request GET \ --url https://relay.bayse.markets/v1/user/me/api-keys
{ "keys": [ { "id": "3f7a1b2c-d4e5-6789-abcd-ef0123456789", "name": "Trading bot", "publicKey": "pk_live_abcdef123456", "secretKeyHint": "sk_live_...xyz", "createdAt": "2026-02-17T10:30:00Z" } ], "total": 1 }
List all active API keys for your account
x-auth-token
x-device-id
curl https://relay.bayse.markets/v1/user/me/api-keys \ -H "x-auth-token: YOUR_AUTH_TOKEN" \ -H "x-device-id: YOUR_DEVICE_ID"
Show key fields
pk_*