RedStone

RedStone is a modular blockchain oracle infrastructure provider delivering tamper-proof price feeds and off-chain data to smart contracts across 100+ EVM and non-EVM networks. It aggregates data from 20+ centralized and decentralized exchanges, signs each data package with the provider's key, and delivers it through three models: Pull (Core, on-demand data injected into a transaction via the EVM connector), Push (on-chain relayers that write prices to a feed contract), and a Hybrid ERC-7412 flow. RedStone also runs a public HTTP cache/gateway API for reading signed data packages and historical prices, publishes SDKs (TypeScript, Rust), chain connectors (EVM, Starknet, TON, Fuel, Radix, Casper), a CLI, and on-chain example contracts. It secures billions of dollars of value for 200+ DeFi protocols and supports Proof of Reserve and MEV-resistant (OEV) products.

RedStone publishes 2 APIs on the APIs.io network. Tagged areas include Company, Infrastructure, Blockchain, Oracle, and DeFi.

RedStone’s developer surface includes documentation, getting-started guide, engineering blog, support, CLI, authentication, and 13 more developer resources.

26.9/100 emerging ▬ flat Agent 21/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
2 APIs 1 MCP Servers
CompanyInfrastructureBlockchainOracleDeFiPrice FeedsDataWeb3Smart Contracts

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 26.9/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 2.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 21/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/redstone: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

RedStone Cache / Price API

Public HTTP gateway that serves signed data packages and historical token prices aggregated by the RedStone oracle network. Read-only and unauthenticated; responses carry ECDSA ...

RedStone Oracle Gateway

Production data-package gateway exposing the latest signed data packages per data-service (e.g. redstone-primary-prod) for the Pull model and SDK consumption.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

redstone-mcp.yml

MCP SERVER

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Redstone Authentication

none · 1 scheme

SECURITY

Redstone Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Redstone Vulnerability Disclosure

disclosure policy published

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: redstone
name: RedStone
description: 'RedStone is a modular blockchain oracle infrastructure provider delivering tamper-proof price feeds and off-chain
  data to smart contracts across 100+ EVM and non-EVM networks. It aggregates data from 20+ centralized and decentralized
  exchanges, signs each data package with the provider''s key, and delivers it through three models: Pull (Core, on-demand
  data injected into a transaction via the EVM connector), Push (on-chain relayers that write prices to a feed contract),
  and a Hybrid ERC-7412 flow. RedStone also runs a public HTTP cache/gateway API for reading signed data packages and historical
  prices, publishes SDKs (TypeScript, Rust), chain connectors (EVM, Starknet, TON, Fuel, Radix, Casper), a CLI, and on-chain
  example contracts. It secures billions of dollars of value for 200+ DeFi protocols and supports Proof of Reserve and MEV-resistant
  (OEV) products.'
url: https://raw.githubusercontent.com/api-evangelist/redstone/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- matrix-partners
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
image: https://cdn.prod.website-files.com/67519197ce9eaef4601a6287/677f9f8bb6ae73e45b28a6fb_Variant2%20(3).png
tags:
- Company
- Infrastructure
- Blockchain
- Oracle
- DeFi
- Price Feeds
- Data
- Web3
- Smart Contracts
apis:
- name: RedStone Cache / Price API
  description: Public HTTP gateway that serves signed data packages and historical token prices aggregated by the RedStone
    oracle network. Read-only and unauthenticated; responses carry ECDSA signatures and the provider public key for on-chain
    and off-chain verification.
  humanURL: https://docs.redstone.finance/docs/introduction
  baseURL: https://api.redstone.finance
  tags:
  - Oracle
  - Price Feeds
  - Data
  properties:
  - type: Documentation
    url: https://docs.redstone.finance
- name: RedStone Oracle Gateway
  description: Production data-package gateway exposing the latest signed data packages per data-service (e.g. redstone-primary-prod)
    for the Pull model and SDK consumption.
  humanURL: https://docs.redstone.finance/docs/category/getting-started/
  baseURL: https://oracle-gateway-1.a.redstone.finance
  tags:
  - Oracle
  - Data Packages
  - Gateway
  properties:
  - type: Documentation
    url: https://docs.redstone.finance
common:
- type: Website
  url: https://www.redstone.finance
- type: DeveloperPortal
  url: https://app.redstone.finance
- type: Documentation
  url: https://docs.redstone.finance
- type: GettingStarted
  url: https://docs.redstone.finance/docs/category/getting-started/
- type: Blog
  url: https://blog.redstone.finance
- type: GitHubOrganization
  url: https://github.com/redstone-finance
- type: Support
  url: https://discord.com/invite/redstone
- type: PrivacyPolicy
  url: https://www.redstone.finance/documents/RedStone---Privacy-Policy.pdf
- type: Packages
  url: packages/redstone-packages.yml
- type: SDKs
  url: packages/redstone-packages.yml
- type: CLI
  url: cli/redstone-cli.yml
- type: Authentication
  url: authentication/redstone-authentication.yml
- type: Conventions
  url: conventions/redstone-conventions.yml
- type: DataModel
  url: data-model/redstone-data-model.yml
- type: DomainSecurity
  url: security/redstone-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/redstone-vulnerability-disclosure.yml
- type: Security
  url: security/redstone-vulnerability-disclosure.yml
- type: MCPServer
  url: mcp/redstone-mcp.yml
- type: LLMsTxt
  url: llms/redstone-llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 10
  pass: local-v1