Mudrex · Authentication Profile
Mudrex Authentication
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.
CompanyCryptocurrencyTradingFuturesFinancial ServicesFintechMarket DataExchangeIndia
Methods: apiKey
Schemes: 2
OAuth flows:
API key in: header
Security Schemes
XAuthentication apiKey
none public