Ondo Finance · Authentication Profile

Ondo Finance Authentication

Authentication

Ondo Finance secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptoTokenizationReal World AssetsDeFiStocksTradingPerpetual FuturesMarket DataBlockchainFinancial Services
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (x-api-key)
BearerAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: header (X-API-KEY-ID)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/ondo-finance-gm-openapi-original.json, openapi/ondo-finance-perps-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/ondo-finance-gm-openapi-original.json
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/ondo-finance-perps-openapi-original.json
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-KEY-ID
  sources:
  - openapi/ondo-finance-perps-openapi-original.json