Bitvore · Authentication Profile

Bitvore Authentication

Authentication

Bitvore secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

financial-datamarket-intelligencealternative-datanews-apinlpesgmunicipal-bondscredit-riskcompany-datasentiment-analysisunstructured-datafixed-income
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: clientCredentials API key in: header

Security Schemes

API key apiKey
· in: header (X-BV-APIKEY)
OAuth oauth2
· flows: clientCredentials
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-08-07'
method: derived
source: openapi/_original/bitvore-corporate-openapi.yml, openapi/_original/bitvore-custom-api-it-openapi.yml, openapi/_original/bitvore-custom-api-l-openapi.yml,
  openapi/_original/bitvore-legacy-openapi.yml, openapi/_original/bitvore-muni-openapi.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: API key
  type: apiKey
  in: header
  parameter: X-BV-APIKEY
  sources:
  - openapi/_original/bitvore-corporate-openapi.yml
  - openapi/_original/bitvore-legacy-openapi.yml
  - openapi/_original/bitvore-muni-openapi.yml
- name: OAuth
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.bitvore.com/oauth/accesstoken
    scopes: 1
  sources:
  - openapi/_original/bitvore-corporate-openapi.yml
  - openapi/_original/bitvore-legacy-openapi.yml
  - openapi/_original/bitvore-muni-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/_original/bitvore-custom-api-it-openapi.yml
  - openapi/_original/bitvore-custom-api-l-openapi.yml
  - openapi/_original/bitvore-legacy-openapi.yml