Our programs endpoints currently provide real-time and historical data for program interactions, user activity, and performance metrics across the Solana ecosystem.

API EndpointData PointsUsage SummaryUse Cases
Known Progam AccountsCategorized list of labeled programsThis endpoint retrieves a categorized list of labeled Solana programs, which helps developers identify different products in sectors like NFTs and derivatives.Analytics tools, trading bots, or highlight trends in various program categories
Program DetailsprogramId, entityName, dailyActiveUsers, etc.Returns detailed metrics for a specified Solana program, including the program's unique identifier, the name of the program, and various performance indicators such as daily active users.Utilized for tracking engagement, monitoring performance metrics, and to analyze usage trends
Program Active UsersactiveUsersThis data point represents the number of active users for a particular Solana program identified by the programId. It provides insights into user engagement and program effectiveness on the Solana blockchain.Track user engagement, evaluate application effectiveness, and inform marketing strategies by understanding user behavior trends
Active Users: Time SeriesactiveUsersRetrieves time series data tracking the number of active users for a specified program, providing insights into the program's user engagement over time.Track user engagement trends, optimize marketing strategies, and improve overall user experience within applications.
Instruction Count: Time Seriesinstructions_countAccess time series data tracking the instruction count for a specific program. This endpoint provides a historical overview of performance and usage statistics for Solana programs.Access time series data tracking the instruction count for a specific program. Provides a historical overview of performance and usage statistics for Solana programs.
Transaction Count: Time SeriestransactionsCountThis endpoint provides a historical overview of transaction activity within the program, enabling analysis of transaction trends and patterns over time.Access time series data tracking the transaction count for a specific program. Provides a historical overview of performance and usage statistics for Solana programs.
Program TVLTotal Value Locked (TVL)Total Value Locked (TVL) indicates the total monetary value of assets that are locked within a particular Solana program. This metric helps in assessing the liquidity and scale of the economic activity that a program can facilitate.Track the liquidity of projects, assess market confidence, and determine potential investment opportunities within DeFi ecosystems. It informs users about how much value they can engage with in transactions, lending, or staking.
Programs ListDAU, TVL, transaction countsThis endpoint provides metrics on the performance of various Solana programs, including daily active users, total value locked, and transaction instructions over time.Enhance dApp functionalities, develop trading strategies based on program performance, and track user engagement trends in the Solana ecosystem.

Key Implementation Aspects:

Query Parameters & Filtering Capabilities

  • Program Identification: Filter by programId, name, and entity information
  • Label Categories: Filter programs by sector labels (e.g., DEFI, NFT)
  • Time Range Options:
    • Hourly data: 1h to 24h
    • Daily data: 1d to 30d
    • Custom resolutions for TVL data (1h, 1d, 1w, 1m, 1y)

Developer Implementation Use Cases

Program Analytics

  • Track daily active users (DAU)
  • Monitor instruction and transaction counts
  • Analyze TVL trends
  • Compare program performance metrics

Time Series Analysis

  • Build historical performance dashboards
  • Create trend analysis tools
  • Generate program activity reports
  • Monitor user engagement patterns

Program Discovery

  • Create program directories by category
  • Build sector-specific analytics
  • Monitor emerging protocols
  • Track competitive landscape

The endpoints support both individual program analysis and ecosystem-wide monitoring, enabling developers to build comprehensive analytics solutions for the Solana ecosystem.