Track Twitter influence rankings and social metrics
Type | Description |
---|---|
TWITTER | Twitter influence tracking |
ONCHAIN | On-chain activity tracking |
Type | Description |
---|---|
blue | Twitter Blue verification |
business | Business account verification |
government | Government account verification |
none | No verification |
Field | Type | Description |
---|---|---|
value | String! | Current metric value |
delta | Int! | Absolute change from previous period |
deltaRate | Float! | Percentage change rate |
percentage | Float! | Relative percentage score |
Field | Type | Description |
---|---|---|
basicInfo | StarboardBasicInfo! | Starboard metadata |
leaderboard | StarboardLeaderboard | Rankings and metrics |
xUserProfile | XUserProfile | Twitter user information |
rank | StarboardMetricValue | User’s ranking position |
influenceScore | StarboardMetricValue | User’s influence score |
twitterId
parameter with their Twitter username.
change24H
- 24-hour trendschange7D
- 7-day trendschange30D
- 30-day trendsvalue
(current metric) and deltaRate
(percentage change).
verifiedType
for account authenticityError | Cause | Solution |
---|---|---|
Starboard not found | Invalid starboard ID | Verify starboard ID exists |
Twitter user not found | User not tracked | Check if user is in starboard |
Invalid pagination | Malformed pagination input | Use proper PaginationInput structure |
Rate limit exceeded | Too many requests | Implement retry logic |