Home
Providers
Goldsky
Goldsky
Goldsky is a blockchain data platform that provides managed indexing, streaming, and RPC infrastructure for EVM and non-EVM chains. Core products are Subgraphs (hosted GraphQL indexers compatible with The Graph), Mirror (change-data-capture streaming of onchain data into customer databases and data warehouses), Turbo (vectorized real-time data pipelines with SQL transforms), Compose (orchestration of onchain-x-offchain workflows), and Edge RPC (high-performance EVM RPC with debug and trace). Developers interact via a CLI, a web dashboard, and REST + GraphQL APIs. Sinks supported include PostgreSQL, ClickHouse, Kafka, MySQL, Webhooks, S3, AWS SQS, Elasticsearch, S2, and Parquet.
Goldsky publishes 8 APIs on the APIs.io network. Tagged areas include Blockchain Data, Indexer, Subgraphs, CDC, and Streaming.
Goldsky’s developer surface includes documentation, GitHub presence, engineering blog, and 6 more developer resources.
8 APIs
Blockchain Data Indexer Subgraphs CDC Streaming RPC Crypto Web3
On this page
Kin Score
APIs 8
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Security Posture 1
Resources 9
apis.yml
26 Operational Transparency
Composite quality — 18.8/100 · emerging
Contract Quality
0.0 / 25
Developer Ergonomics
2.2 / 20
Commercial Clarity
5.8 / 20
Operational Transparency
3.4 / 13
Agent readiness — 3/100 · human only
Machine-Readable Contract
0 / 18
Agentic Access Contract
0 / 10
MCP Server
0 / 12
Machine-Readable Auth
0 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 8
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 1
Authentication, authorization, and security posture
Company 2
The organization behind the API
Other 3
Properties that don't map to a standard resource type
Source (apis.yml)
aid: goldsky
url: https://raw.githubusercontent.com/api-evangelist/goldsky/refs/heads/main/apis.yml
name: Goldsky
kind: company
description: Goldsky is a blockchain data platform that provides managed indexing, streaming, and RPC infrastructure for EVM
and non-EVM chains. Core products are Subgraphs (hosted GraphQL indexers compatible with The Graph), Mirror (change-data-capture
streaming of onchain data into customer databases and data warehouses), Turbo (vectorized real-time data pipelines with
SQL transforms), Compose (orchestration of onchain-x-offchain workflows), and Edge RPC (high-performance EVM RPC with debug
and trace). Developers interact via a CLI, a web dashboard, and REST + GraphQL APIs. Sinks supported include PostgreSQL,
ClickHouse, Kafka, MySQL, Webhooks, S3, AWS SQS, Elasticsearch, S2, and Parquet.
accessModel:
pricing: free
onboarding: unknown
trial: false
try_now: false
public: false
label: Free
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/goldsky.png
tags:
- Blockchain Data
- Indexer
- Subgraphs
- CDC
- Streaming
- RPC
- Crypto
- Web3
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.19'
apis:
- aid: goldsky:subgraphs
name: Goldsky Subgraphs
description: Managed subgraph hosting compatible with The Graph - deploy subgraph definitions and get a hosted GraphQL endpoint
per subgraph for querying indexed onchain data. Includes sync acceleration and direct indexing modes for faster backfill
than vanilla Graph Node.
humanURL: https://docs.goldsky.com/subgraphs/introduction
baseURL: https://api.goldsky.com/api/public/project_<project>/subgraphs
tags:
- GraphQL
- Subgraphs
- The Graph
- Indexer
properties:
- type: Documentation
url: https://docs.goldsky.com/subgraphs/introduction
- url: graphql/goldsky-graphql.md
type: GraphQL
- aid: goldsky:mirror
name: Goldsky Mirror
description: Change-data-capture pipelines that stream decoded onchain data from Goldsky's indexers into customer-managed
sinks - PostgreSQL, ClickHouse, Kafka, MySQL, Webhook, S3, AWS SQS, Elasticsearch, S2, Parquet. Defined declaratively
via pipeline YAML and managed through the CLI or REST API.
humanURL: https://docs.goldsky.com/mirror/introduction
baseURL: https://api.goldsky.com/api/public/project_<project>/mirror
tags:
- CDC
- Streaming
- Warehouse
- Pipelines
properties:
- type: Documentation
url: https://docs.goldsky.com/mirror/introduction
- aid: goldsky:turbo
name: Goldsky Turbo
description: Vectorized real-time data pipelines with SQL transforms over decoded onchain data, with the same multi-sink
delivery model as Mirror. Designed for high-throughput analytics and ML feature pipelines.
humanURL: https://docs.goldsky.com/turbo/introduction
baseURL: https://api.goldsky.com/api/public/project_<project>/turbo
tags:
- SQL
- Pipelines
- Vectorized
- Streaming
properties:
- type: Documentation
url: https://docs.goldsky.com/turbo/introduction
- aid: goldsky:compose
name: Goldsky Compose
description: Execution layer for orchestrating onchain-x-offchain workflows - compose smart-contract calls, external APIs,
and managed tasks into reliable pipelines triggered by onchain events.
humanURL: https://docs.goldsky.com/compose/introduction
baseURL: https://docs.goldsky.com/compose/introduction
tags:
- Orchestration
- Workflows
- Onchain
- Offchain
properties:
- type: Documentation
url: https://docs.goldsky.com/compose/introduction
- aid: goldsky:edge-rpc
name: Goldsky Edge RPC
description: High-performance JSON-RPC service for EVM networks with advanced debugging and tracing methods. Used as a drop-in
replacement for vanilla RPC providers when apps need debug_traceTransaction-class methods or low-latency reads.
humanURL: https://docs.goldsky.com/edge-rpc/introduction
baseURL: https://docs.goldsky.com/edge-rpc/introduction
tags:
- JSON-RPC
- EVM
- Tracing
- Debug
properties:
- type: Documentation
url: https://docs.goldsky.com/edge-rpc/introduction
- aid: goldsky:pipeline-api
name: Goldsky Pipeline REST API
description: REST API for managing Mirror and Turbo pipelines - create, delete, list, pause, resume, restart - plus pipeline
logs (with cursor pagination) and pipeline status endpoints. Same API used by the CLI.
humanURL: https://docs.goldsky.com/
baseURL: https://api.goldsky.com
tags:
- REST
- Pipelines
- Management
properties:
- type: Documentation
url: https://docs.goldsky.com/
- aid: goldsky:cli
name: Goldsky CLI
description: Command-line tool for deploying and managing subgraphs, Mirror pipelines, Turbo pipelines, and Compose applications.
Authenticates with a Goldsky API key and wraps the public REST API.
humanURL: https://docs.goldsky.com/reference/cli
baseURL: https://docs.goldsky.com/reference/cli
tags:
- CLI
- Tooling
- DevEx
properties:
- type: Documentation
url: https://docs.goldsky.com/reference/cli
- aid: goldsky:dashboard
name: Goldsky Dashboard
description: Web dashboard for managing Goldsky projects - subgraph deployments, pipeline status, logs, billing, and API
keys.
humanURL: https://app.goldsky.com/
baseURL: https://app.goldsky.com/
tags:
- Dashboard
- Web
- Management
properties:
- type: Website
url: https://app.goldsky.com/
common:
- type: DomainSecurity
url: security/goldsky-domain-security.yml
- type: Website
url: https://goldsky.com/
- type: Documentation
url: https://docs.goldsky.com/
- type: Dashboard
url: https://app.goldsky.com/
- type: GitHub
url: https://github.com/goldsky-io
- type: Blog
url: https://goldsky.com/blog
- type: X
url: https://x.com/goldskyio
- type: Email
url: support@goldsky.com
- type: LlmsText
url: https://docs.goldsky.com/llms.txt
integrations:
- name: The Graph
- name: PostgreSQL
- name: ClickHouse
- name: Snowflake
- name: BigQuery
- name: Kafka
- name: MySQL
- name: AWS S3
- name: AWS SQS
- name: Elasticsearch
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com