TRUF.Network Expands with Over 60,000 New Data Streams

Fuel your decentralized applications with richer, real-time economic insights.

TRUF.Network Unique Economic Data Streams Announcement

TRUF.Network has grown with the addition of over 60,000 new economic data streams expanding the toolkit for developers and data enthusiasts crafting applications and indexes on TRUF.Network.

New Data Streams

Each of these 60,000+ additions is a Primitive Stream, granular data sourced through the TRUF.Network’s decentralized adapters and data validators. You’ll find daily historical records extending five years back, complemented by real-time updates refreshed every 24 hours. Browse through individual stream metadata in our Explorer.

Immediate Access Through the SDK

If you’re integrated with our SDKs, these new Primitive Streams are already at your disposal. This expansion broadens the scope of indexes you can construct with minimal friction — start building with just a few lines of code.

import { TrufClient } from "@trufnetwork/sdk"

async function fetchStreamData(streamId: string) {
  const client = new TrufClient({ network: "mainnet" })
  const streamData = await client.streamRegistry.fetchStream(streamId)
  console.log("Stream Data:", streamData)
  return streamData
}

// Example usage
fetchStreamData("ECON_PRIMITIVE_12345")

Real-Time Composed Streams On-Chain

Take it further by leveraging the SDK to create new Composed Streams, processed in real time on the TRUF.Network. Aggregate, filter, calculate, multiply or transform these primitives to align with your application’s logic—precision engineering powered by verifiable data.

Get Involved

Ready to harness these streams? Install our SDK and explore the full documentation at docs.truf.network. Share your builds or join the conversation in our Discord community — we’d love to see what you create.