CoinSwitch · Authentication Profile

Coinswitch Authentication

Authentication

CoinSwitch secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptocurrencyCrypto ExchangeTradingFintechFuturesSpot TradingWebSocketIndia
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

CoinSwitchApiKey apiKey
· in: header ()
CoinSwitchEd25519Signature signature

Source

Authentication Profile

coinswitch-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://api-trading.coinswitch.co/get-started/quickstart
docs: https://api-trading.coinswitch.co/resources/reference-client
summary:
  types: [apiKey]
  api_key_in: [header]
  signing: ed25519
  note: >-
    CoinSwitch PRO uses an API key + Ed25519 secret-key request-signing scheme
    (not OAuth). Every authenticated request is signed and carries three headers.
schemes:
  - name: CoinSwitchApiKey
    type: apiKey
    in: header
    key_header: X-AUTH-APIKEY
    description: >-
      Hex-encoded API key issued from the CoinSwitch PRO account. Sent on every
      authenticated request in the X-AUTH-APIKEY header.
    sources: [https://api-trading.coinswitch.co/resources/reference-client]
  - name: CoinSwitchEd25519Signature
    type: signature
    algorithm: ed25519
    signature_header: X-AUTH-SIGNATURE
    timestamp_header: X-AUTH-EPOCH
    signed_message: "METHOD + path + epoch"
    description: >-
      The client builds signed_message = HTTP_METHOD + url-decoded-path(+query) +
      epoch, signs it with the account's Ed25519 secret key, and sends the hex
      signature in X-AUTH-SIGNATURE. X-AUTH-EPOCH is the current Unix millisecond
      timestamp as a string. The X-AUTH-EPOCH timestamp component was introduced
      as a security upgrade on 2 Jul 2024; the legacy scheme was phased out after
      15 Aug 2024.
    sources: [https://api-trading.coinswitch.co/resources/reference-client]
headers:
  - X-AUTH-APIKEY
  - X-AUTH-SIGNATURE
  - X-AUTH-EPOCH
notes: >-
  No OAuth2/OIDC surface — key-auth provider, so no scopes/ artifact. Reference
  signing implementations are published for Python, Java, Go, and Node.js.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/coinswitch-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.