Enso · Authentication Profile

Enso Authentication

Authentication

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

CompanyCrypto Web3DeFiBlockchainCross-chainSmart ContractsTransaction RoutingWeb3 InfrastructureOnchain
Methods: http Schemes: 1 OAuth flows: API key in: header, query

Security Schemes

bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/enso-openapi-original.json
docs: https://docs.enso.build/pages/build/get-started/authentication
summary:
  types:
  - http
  api_key_in:
  - header
  - query
  scheme: bearer
  get_key: https://developers.enso.build/
  rate_limit: 10 rps (600 requests/minute), increasable on request; 429 on exceed
  demo_key: 1e02632d-6feb-4a75-a157-documentation (1 rps, documentation only)
schemes:
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: apiKey
  location: Authorization header, "Bearer <API_KEY>"
  alt_location: query parameter apikey=<API_KEY>
  sources:
  - openapi/enso-openapi-original.json