Pipeline API

Stream decoded blockchain data directly to your infrastructure, such as databases, warehouses, queues, and webhooks. No middleware required.

Push Blockchain Data to Your Infrastructure

The GoldRush Pipeline API is a managed real-time data pipeline service that streams decoded, transformed blockchain data from Covalent's database directly to your infrastructure. Supports ABI decoding, SQL transforms, and protocol-native schemas for EVM chains, Hyperliquid, and Solana.
section image

Use Cases

Build data warehouses, real-time indexers, and ETL pipelines with decoded blockchain data pushed directly to your infrastructure.

Data Warehousing & AnalyticsPush decoded blockchain data to ClickHouse or Postgres and join it with your internal data for deeper analytics, real-time dashboards, and historical queries.

Real-time Event StreamingRoute ABI-decoded EVM logs and function calls to Kafka, SQS, or Webhooks for real-time processing. Power trading bots, alerting systems, and any application that reacts to on-chain events as they happen.

Custom TransformationsApply SQL transforms and ABI decoding in-flight to stream exactly the data you need. Filter, reshape, and enrich before it reaches your destination — no middleware needed.

Available Data Types

Hyperliquid Raw Trades
Public market trade data with buy and sell sides, including Px, fee, and coin data.
Hyperliquid Enriched Trades
Trades enriched with reference data — token metadata, USD conversions, and ENS lookups.
Hyperliquid Fills
User trade fills with execution timestamps, cloid assignments, and liquidation content.
Hyperliquid Orders
Order lifecycle events including placements, cancellations, and modifications with full order details.
Hyperliquid Funding Rates
Periodic funding rate snapshots for perpetual contracts with rate, premium, and mark price data.
Hyperliquid Transfers
Stream token transfers between Hyperliquid accounts with amounts and account details.
Hyperliquid Liquidations
Stream liquidation events including account, position size, and liquidation price.
Hyperliquid Vault Events
Vault deposit, withdrawal, and distribution events with vault address and participant details.

Integration Made Simple

Configure a pipeline in the GoldRush Platform with a simple YAML file. Select your chain, data type, transforms, and destination and watch data flowing in real time.
hyperliquid-pipeline.yaml
project: "trading-analytics"
topic: "hypercore.mainnet.ref.block.trades"

destination:
  type: "clickhouse"
  url: "clickhouse://db.example.com:9000/trading"
  user: "${CH_USER}"
  password: "${CH_PASSWORD}"
  batch_size: 5000

transforms:
  enriched_trades: >
    SELECT timestamp, coin, side, px, sz,
           usd_value, fee
    FROM enriched_trades
    WHERE coin IN ('BTC', 'ETH', 'SOL')

execution:
  mode: "unbounded"
  start_from: "earliest"

Key Features

The GoldRush Pipeline API offers comprehensive data types, transformation options, diverse chain support and delivery options for the best access to onchain data.
PIPELINE MODES

Structured & Raw Pipelines

Structured path: normalization, ABI decoding, and SQL transforms with at-least-once delivery. Raw path: byte-level passthrough to Kafka with exactly-once delivery.
Structured & Raw Pipelines
DATA QUALITY

Normalized Data

Every entity type — logs, transactions, traces — mapped to well-defined columns with predictable types. Consistent schemas across all supported chains.
Normalized Data
DECODING

ABI Decoding

Decode raw event logs and transaction input against a provided ABI. Matched entries expand into named, typed columns. Unmatched entries can be skipped or routed to fallback tables.
ABI Decoding
TRANSFORMS

SQL Transforms

Filter, project, reshape, join across tables, and aggregate with standard SQL — applied per table after decoding, before data reaches the destination.
SQL Transforms
DESTINATIONS

Multiple Destinations

Current destination types include ClickHouse, Postgres, Kafka, Object Storage, AWS SQS, and Webhook.
Multiple Destinations
CHAIN SUPPORT

Protocol-Native Schemas

Purpose-built normalizers for EVM chains, Hyperliquid, and Solana deliver rich, structured data with a deep understanding of each ecosystem's specific needs — not raw byte arrays.
Protocol-Native Schemas

Get Started

Get started with GoldRush API in minutes. Sign up for a free API key and start building.

Support

Explore multiple support options! From FAQs for self-help to real-time interactions on Discord.

Contact Sales

Interested in our professional or enterprise plans? Contact our sales team to learn more.