IDRX · Authentication Profile

Idrx Authentication

Authentication

IDRX secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

StablecoinCryptocurrencyPaymentsBlockchainFintechIndonesiaRupiahWeb3On-RampDigital Currency
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

idrxApiKey apiKey
· in: header (idrx-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/idrx-openapi.yml
docs: https://docs.idrx.co/api/generating-a-signature
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: idrxApiKey
  type: apiKey
  in: header
  parameter: idrx-api-key
  description: API key issued by IDRX. Each request must also carry `idrx-api-sig` (an HMAC-SHA256
    signature) and `idrx-api-ts` (Unix ms timestamp), plus a custom `User-Agent`. Signature
    = HMAC-SHA256(secret, METHOD + ":" + PATH + ":" + SHA256(body) + ":" + timestamp).
  sources:
  - openapi/idrx-openapi.yml