get https://api.askroger.ai/v1/search/cashtags
Find Cashtags by Keyword
This endpoint allows you to search for specific cashtags (e.g., $BTC
, $ETH
) based on a search query. It's useful for applications that need to resolve ticker symbols to actionable data.
Business Use Cases:
- For Financial News Aggregators: Automatically parse articles and news feeds. When a cashtag like
$BTC
is detected, use this endpoint to enrich the content with metadata like the full name and description. - For Portfolio Management Tools: Allow users to add assets by searching for their cashtag. The backend can use this to resolve the search to a specific asset and pull in related data.
- For AI-powered Chatbots for Finance: When a user asks a chatbot "what is $ETH?", the bot can call this endpoint to get a concise description and context to provide a meaningful answer.