Market Sentiment Endpoint
curl -X POST https://api.getfomo.bot/market-sentiment \
-H "Content-Type: application/json" \
-H "x-api-key: your-api-key-here" \
-d '{
"aggregation_window": "12hr"
}'Field
Type
Default
Description
Level
Label
Tx/Min
Description
{
"success": true,
"market_sentiment": {
"sentiment_level": 3,
"label": "wagmi",
"description": "Massive volume. Heavy market activity and consistent opportunities.",
"window": "12hr",
"total_transactions": 315000,
"total_volume_usd": 4500000.0,
"avg_roi_bps": 185.5,
"tx_per_min": 327.3
}
}{
"error": "Invalid window",
"invalid": ["24hr"]
}{
"error": "Rate limit exceeded",
"limit": 50,
"unit": "requests/second"
}Last updated