Skip to main content

Overview

Starboards provide Twitter influence tracking systems featuring:
  • Real-time Twitter follower rankings
  • Influence score calculations
  • Social metrics with trend analysis
  • Competitive leaderboards with detailed metrics

Understanding Starboards

Basic Starboard Information

Response:

Starboard Types

  • TWITTER: Twitter-based influence tracking
  • ONCHAIN: Blockchain activity-based rankings

Leaderboard Queries

Get Starboard Rankings

Search Specific User

Basic Implementation

Get Starboard Information

Get Leaderboard Rankings

Find User in Starboard

Analytics Functions

User Trend Analysis

Top Performers Analysis

Usage Examples

Basic Starboard Setup

User Lookup and Analysis

Top Performers Dashboard

Understanding Metrics

Rank Metrics

  • value: Current ranking position
  • delta: Change in position since last update
  • percentage: Percentile ranking (higher = better)

Influence Score

  • value: Current influence score
  • delta: Absolute change in score
  • deltaRate: Percentage growth rate

Trend Data

  • change24H: 24-hour performance metrics
  • change7D: 7-day performance metrics
  • change30D: 30-day performance metrics

Best Practices

  1. Caching: Cache leaderboard data for 1-2 minutes to reduce API calls
  2. Rate Limiting: Limit updates to reasonable frequencies
  3. Error Handling: Handle cases where users are not found in rankings
  4. Trend Analysis: Focus on delta values and percentages for meaningful insights
  5. User Context: Always display Twitter usernames for clarity

Common Integration Patterns

  • Influencer Discovery: Find top performers and trending users
  • Competition Tracking: Monitor rank changes and performance
  • User Verification: Check Twitter verification status
  • Trend Analysis: Identify growth patterns and momentum
  • Performance Comparison: Compare multiple users or time periods
  • Address-to-Twitter Mapping: Link EVM addresses to Twitter profiles using twitterHandleByEvmAddress
  • User Metrics by Address: Get detailed user scores (individual, aura) using userDetail
  • Cross-Platform Identity: Connect on-chain addresses with social media presence

Next Steps