CoinNudge API · Authentication Profile

Coinnudge Api Authentication

Authentication

The CoinNudge Data API authenticates every request with a customer-issued API key presented as an HTTP Bearer token. Keys are minted in the private key and download workspace and are scoped to the account's active plan. There is no OAuth, OpenID Connect, or public no-key tier: even the free Research scope requires a signed-in account key.

CoinNudge API declares 1 security scheme(s) across its OpenAPI definitions.

CryptocurrencyMarket DataTradingQuantitative FinanceResearchDerivativesFinancial DataDatasets
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

http
scheme: bearer

Source

Authentication Profile

coinnudge-api-authentication.yml Raw ↑
generated: '2026-09-13'
method: searched
source: https://coinnudge.site/data/api-docs
name: CoinNudge Data API Authentication
description: >-
  The CoinNudge Data API authenticates every request with a customer-issued API
  key presented as an HTTP Bearer token. Keys are minted in the private key and
  download workspace and are scoped to the account's active plan. There is no
  OAuth, OpenID Connect, or public no-key tier: even the free Research scope
  requires a signed-in account key.
schemes:
  - type: http
    scheme: bearer
    header: Authorization
    format: 'Authorization: Bearer <API_KEY>'
    key_prefix: cnd_
    placement: request header only (never in query string or public contexts)
    notes: >-
      A 401 is returned for invalid, missing, or revoked keys. Anonymous probes
      of both the free Research catalog and the paid Market Events catalog return
      401 with detail "Use a customer data Bearer key, not an internal audit
      token.", confirming the whole surface is key-gated.
key_management:
  issued_at: https://coinnudge.site/data/workspace
  key_slots_by_plan:
    free: 1 key
    researcher: 1 key
    research_desk: up to 5 keys (rate limit shared across the account)
  slot_exhaustion_status: 409 (all API key slots exhausted)
oauth2: false
openid_connect: false
mutual_tls: false

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/coinnudge-api-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.