Skip to main content

Overview

The Starboard API provides access to Twitter influence rankings, social metrics, and engagement analytics.

Core Queries

Get Starboard Information

Get Starboard Leaderboard

Search Specific User

Variables:

Get Twitter Handle by EVM Address

Variables:

Get User Detail

Variables:

Field Reference

Starboard Types

Verification Types

StarboardMetricValue Structure

All metrics include comprehensive tracking data:

Key Fields

TwitterHandleByEvmAddress Type

StarboardUserDetail Type

Integration Patterns

Basic Leaderboard Query

Pagination Pattern

Starboards use nested pagination structure:
To find a specific Twitter user, use the twitterId parameter with their Twitter username.

Trend Analysis

Use the change metrics to analyze user performance:
  • change24H - 24-hour trends
  • change7D - 7-day trends
  • change30D - 30-day trends
Each includes value (current metric) and deltaRate (percentage change).

Best Practices

  1. Rate Limiting: Limit monitoring requests to once every 5 minutes
  2. Pagination: Use forward pagination for efficient data retrieval
  3. Caching: Cache influence data for 60-300 seconds
  4. Error Handling: Handle cases where users are not tracked
  5. Trend Monitoring: Set alerts for significant score changes (±10%)
  6. User Verification: Check verifiedType for account authenticity

Common Errors

Next Steps