CoinList · Authentication Profile

Coinlist Authentication

Authentication

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

CompanyFintechCryptocurrencyToken SalesTokenized EquitiesKYCOAuthBlockchainDigital AssetsEmbedded Finance
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, clientCredentials
TokenAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/coinlist-passage-openapi-original.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
    scopes: 0
  - flow: clientCredentials
    tokenUrl: /oauth/token
    scopes: 0
  description: OAuth 2.0 authorization and token endpoints
  sources:
  - openapi/coinlist-passage-openapi-original.json
- name: TokenAuth
  type: http
  scheme: bearer
  description: Session token for user authentication during OAuth authorization
  sources:
  - openapi/coinlist-passage-openapi-original.json