Using Polynado
For Users
Getting Started
For Developers
Partner Network Access
API Documentation
Discovery API Example:
JSON
HTTP/1.1 200 OK
Content-Type: application/json
{
"status": "success",
"count": 1,
"has_more": false,
"data": [
{
"topic_id": "topic_eth_inflows_2024_w47",
"title": "ETH ETF weekly net inflows",
"attention_score": 87,
"velocity": "accelerating",
"measurability": "high",
"suggested_question": "Will ETH ETF net inflows exceed $500M this week?",
"resolution_source": "dune_analytics_dashboard_xyz",
"estimated_volume_usd_min": 50000,
"estimated_volume_usd_max": 200000,
"time_window_days": 7
}
],
// Optional: Add metadata for pagination
"metadata": {
"limit": 10,
"offset": 0
}
}Market Events Webhook Example:
Last updated


