Skills › Finance › Crypto Market Snapshot
Crypto Market Snapshot
Get current prices, market cap, and recent sentiment for a set of crypto assets.
Superpowers: handler_finance · handler_monitor · handler_generate
When to use: You want a quick overview of the crypto market or specific coins before making a trade or investment decision.
Steps
Get current crypto prices and market data
Superpower: handler_finance — live API reference →
POST /v2/superpowers/handler_finance
{
"task": "crypto",
"symbol": "BTC"
}
Repeat for ETH, SOL, or any other coins in your watchlist.
Check community sentiment and news
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "trending",
"query": "Bitcoin Ethereum crypto market 2026",
"days": 3
}
Summarise into a crypto snapshot
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "Write a brief crypto snapshot. For each coin: price, 24h change, market cap. Then: overall market sentiment from social data, and 1 key narrative driving discussion this week. Data: [steps 1-2]"
}
From previous step: crypto data (step 1) + sentiment (step 2) → inject
Outcome: Crypto snapshot: current prices, 24h change, market sentiment, and key narrative.
Fetch this skill via API
GET /v2/skills/crypto-snapshot
Authorization: Bearer sk-hndlr-...