Blockchain — entry 003 of 11

Chainlink

Verified Aug 2026

Chainlink is best known as a decentralized oracle network whose core products (Data Feeds, Automation, Functions, VRF) are consumed on-chain by smart contracts rather than through a conventional web API, which is why this entry sat un-enriched for a long time. Data Streams is the one Chainlink product with a genuine off-chain HTTP surface: a low-latency REST endpoint (plus a companion WebSocket feed) that serves cryptographically-verifiable market-data reports, authenticated with an HMAC-signed API key rather than a bearer token. The mainnet endpoint bills per-report or via a subscription, payable in LINK or other supported assets; the same interface is free to call against a public testnet host for development and testing.

oracleblockchainmarket-dataweb3
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingMeteredBilled per request beyond a limited free quota.
FormatsJSON, WebSocketResponses can be requested as JSON or WebSocket.

GreatAPIs Score

Score75out of 100
Authentication15/25API key required
Pricing11/20Metered / usage-based pricing
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 75 on greatapis.com
<a href="https://greatapis.com/api/chainlink/"><img src="https://greatapis.com/badge/chainlink.svg" alt="Scored 75 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Changelog

  • Aug 2026gained a summary, a docs link and a pricing model

See every tracked change ↗ ·Subscribe with RSS ↗