Matrixport · Authentication Profile

Matrixport Authentication

Authentication

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

CompanyCrypto FinanceCryptocurrency ExchangeTradingDerivativesOptionsFuturesPerpetualsWebSocketREST API
Methods: apiKey Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

ApiKeyAuth apiKey
· in: header (X-Bit-Access-Key)
ApiTimestamp apiKey
· in: query (timestamp)
ApiSignature apiKey
· in: query (signature)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.bit.com/docs/en-us/spot.html#authentication
sdk_source: https://github.com/bitcom-exchange/bitcom-go-api
docs: https://www.bit.com/docs/en-us/spot.html
summary:
  types: [apiKey]
  api_key_in: [header, query]
  oauth2_flows: []
  model: >-
    Access-key + HMAC-SHA256 request signing. Each private request carries the account access key,
    a millisecond timestamp, and a signature computed by HMAC-SHA256 over the sorted request
    parameters using the account secret key. Public market-data endpoints require no auth. API keys
    (access key + secret key) are created in the bit.com account console.
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Bit-Access-Key
  description: Account access key identifying the caller.
  sources: [openapi/matrixport-bitcom-openapi.yml]
- name: ApiTimestamp
  type: apiKey
  in: query
  parameter: timestamp
  description: Millisecond request timestamp included in the signed payload (guards against replay).
  sources: [openapi/matrixport-bitcom-openapi.yml]
- name: ApiSignature
  type: apiKey
  in: query
  parameter: signature
  description: HMAC-SHA256 signature over the sorted request parameters, keyed with the account secret key.
  sources: [openapi/matrixport-bitcom-openapi.yml]
websocket_auth:
  endpoint: /v1/ws/auth
  description: >-
    Private WebSocket channels (order, user_trade, um_account) are authenticated with a token
    obtained from GET /v1/ws/auth, then sent in the subscribe message on wss://ws.bit.com.

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/matrixport-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.