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
Get Twitter Handle by EVM Address
Get User Detail
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:User Search
To find a specific Twitter user, use thetwitterId parameter with their Twitter username.
Trend Analysis
Use the change metrics to analyze user performance:change24H- 24-hour trendschange7D- 7-day trendschange30D- 30-day trends
value (current metric) and deltaRate (percentage change).
Best Practices
- Rate Limiting: Limit monitoring requests to once every 5 minutes
- Pagination: Use forward pagination for efficient data retrieval
- Caching: Cache influence data for 60-300 seconds
- Error Handling: Handle cases where users are not tracked
- Trend Monitoring: Set alerts for significant score changes (±10%)
- User Verification: Check
verifiedTypefor account authenticity
Common Errors
Next Steps
- Starboard Integration Guide - Complete implementation patterns
- Authentication - Access token setup
- Common Patterns - Reusable patterns