Mudrex Authentication
Mudrex runs two independent surfaces with two different auth postures. The public market-data surface (REST klines and the WebSocket stream) is unauthenticated and rate-limited per IP. Every private trading endpoint under /fapi/v1 takes a single API-key header, X-Authentication, carrying the API secret. There is no OAuth, no OIDC, no request signing (no HMAC over the payload), no timestamp/nonce and no scope model — one long-lived bearer secret grants the full trading surface of the account. Issuance is gated on KYC (PAN & Aadhaar) and TOTP two-factor enrollment, and the secret is displayed exactly once at creation.
Mudrex secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.