Skip to main content
  1. Guides
  2. /All Tags
  3. /Streams Guides

Streams Guides

17 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

Reduce Streams Costs with Data Compression

Learn how to reduce streaming costs by implementing data compression techniques in your applications.

Created July 8, 2025Beginner
Quicknode Product

How to Get Started with Streams for QuickAlerts Users

If you're already using QuickAlerts, this guide will help you transition to Streams, Quicknode's next-generation blockchain data streaming service. We'll cover the benefits of Streams, how to set up a Stream, and provide templates to help you get started.

Created January 30, 2025Intermediate
QuickAlertsQuicknode Product

🎥 How to Create and Set Up AI Agents

In this video, learn how to create an AI Agent for Discord using JavaScript and the OpenAI API. Powered by Quicknode Streams, this Agent fetches block metrics data from a database for seamless interaction!

Created January 10, 2025BeginnerVideo
EthereumAgentsAIEVMJavaScriptOpenAI

How to Set Up a Stream using REST API

In this guide, we will walk you through setting up and managing Streams using the Quicknode REST API. You will learn how to create Streams, configure destinations, and apply filters to process blockchain data.

Created October 31, 2024Beginner
EthereumEVMQuicknode Product

WebSocket vs. Quicknode Streams

In this guide, we’ll explore the similarities and differences between WebSocket and Streams, and help you understand how Streams can solve some of the common issues developers face with WebSocket.

Created October 15, 2024Intermediate
EthereumEVMQuicknode ProductWebSocket

How to Backfill Ethereum ERC-20 Token Transfer Data

Learn how to use Quicknode Streams to backfill historic Ethereum ERC-20 token transfer data and analyze it using a Postgres database.

Created October 10, 2024Intermediate
EthereumEVMQuicknode ProductTransactions

How to Build Your Own Indexer and API for Contract Deployment Details

In this guide, you will learn how to build an indexer and API to retrieve smart contract deployment details using Quicknode's Streams and Key-Value Store.

Created October 10, 2024Intermediate
EthereumEVMKey-Value StoreQuicknode Product

How to Backfill Solana Transaction Data

In this guide, you will learn how to utilize Filters with Streams to backfill historic Solana Transaction data into a Postgres database.

Created October 7, 2024Beginner
SolanaQuicknode Product

How to Stream Solana Program Data

In this guide, you will learn how to utilize Filters with Streams to retrieve near real-time Solana program data and send it to your Webhook destination.

Created September 30, 2024Beginner
SolanaQuicknode Product

How to Create a Token Allowance Checker App

In this guide, learn to create an ERC-20 token allowance checker app using Quicknode Streams and PostgreSQL.

Created August 14, 2024IntermediateVideo
EthereumdAppsERC20EVMJavaScriptReactSample App