Overview
Get list of insights about entities, chains, tokens, and more with configurable filters.
Protocol
x402
Price
$0.01
Payment Asset
USDC
Payment Network
solana
Category
uncategorized
Provider
blocksearch
Source
bazaar
Indexed
2026-03-02 01:13:28
Health
Status
healthy
Latency (p50)
362ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-03-22 10:10:46
Last Healthy
2026-03-22 10:10:46
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"entityIds": {
"description": "Comma-separated list of entity IDs to filter by",
"type": "string"
},
"fromTime": {
"description": "Filter insights from this time (timestamp in milliseconds)",
"type": "string"
},
"insightIds": {
"description": "Comma-separated list of specific insight IDs to retrieve",
"type": "string"
},
"pageFrom": {
"description": "Starting page number for pagination. Default: 0",
"type": "number"
},
"pageTo": {
"description": "Ending page number for pagination. Default: 10",
"type": "number"
},
"searchQuery": {
"description": "Search query to filter insights",
"type": "string"
},
"tags": {
"description": "Comma-separated list of tags to filter by. These are the only allowable tags: hack, listing, delisting, airdrop, macroeconomic, burn, whale, buyback, partnership, regulation, political, pump, dump, sentiment, on-chain_trade",
"type": "string"
},
"timeLast": {
"description": "Relative time filter. For example: \"24h\" for last 24 hours, \"7d\" for last 7 days",
"type": "string"
},
"toTime": {
"description": "Filter insights to this time (timestamp in milliseconds)",
"type": "string"
},
"tokenIds": {
"description": "Comma-separated list of token IDs to filter by",
"type": "string"
},
"topN": {
"description": "The number of top tokens to retrieve insights for. If provided, only news from the top N tokens will be retrieved.",
"type": "string"
}
},
"type": "http"
}