Token insights
GET /token/{id}/insights
Description
Paginated list of insights for the token. Filter by time range, tags, order.
Path Parameters
id
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
limit
Maximum number of items to return (default and max may vary by endpoint).
offset
Number of items to skip for pagination (use with limit).
startTimeAfter
Return insights that start after this ISO 8601 date-time.
startTimeBefore
Return insights that start before this ISO 8601 date-time.
updatedAtAfter
Return insights last updated after this ISO 8601 date-time.
updatedAtBefore
Return insights last updated before this ISO 8601 date-time.
tags
Filter insights by tags (comma-separated; include only insights with any of these tags).
excludeTags
Exclude insights that have any of these tags (comma-separated).
orderBy
Sort order for insights (e.g. start_time_asc, start_time_desc, updated_at_desc).
Responses
OK
Media type: application/json
insights
Paginated insight records related to the token.
insights[].accounts
No description provided.
insights[].accounts[].author_id
Internal Ruma author identifier for this account.
insights[].accounts[].avatar_url
URL of the account’s avatar image.
insights[].accounts[].display_name
Display name of the author account.
insights[].accounts[].handle
No description provided.
insights[].accounts[].screen_name
Screen name or handle on the source platform.
insights[].accounts[].source
Origin/source of the insight data.
insights[].accounts[].source_user_id
Identifier for the author on the source platform.
insights[].embedding
Numeric embedding vector for semantic similarity search.
insights[].enriched_related_posts
Posts related to this insight with additional enrichment.
insights[].enriched_related_posts[].allHandles
No description provided.
insights[].enriched_related_posts[].allProjects
No description provided.
insights[].enriched_related_posts[].callPerformance
No description provided.
insights[].enriched_related_posts[].permalink
No description provided.
insights[].enriched_related_posts[].postId
No description provided.
insights[].enriched_related_posts[].postType
No description provided.
insights[].enriched_related_posts[].postedAt
No description provided.
insights[].enriched_related_posts[].project
No description provided.
insights[].enriched_related_posts[].relatedHandle
No description provided.
insights[].enriched_related_posts[].relatedToken
No description provided.
insights[].enriched_related_posts[].sentimentScore
No description provided.
insights[].enriched_related_posts[].source
Origin/source of the insight data.
insights[].enriched_related_posts[].tags
Tag selectors applied to the request.
insights[].enriched_related_posts[].tweet
No description provided.
insights[].enriched_related_posts[].user
No description provided.
insights[].headline
No description provided.
insights[].id
No description provided.
insights[].importance_score
Relative importance score for the insight (higher is more important).
insights[].projects
No description provided.
insights[].projects[].handle
No description provided.
insights[].projects[].image_url
Project or token logo URL.
insights[].projects[].internal_id
Internal Ruma identifier for the account or project.
insights[].projects[].name
Display name.
insights[].projects[].symbol
Token symbol.
insights[].sentiment
No description provided.
insights[].start_time
When the insight became active or relevant (UTC).
insights[].summary
Summary output for the endpoint.
insights[].tags
Tag selectors applied to the request.
insights[].updated_at
Last time the insight record was updated (UTC).