blocksearch.dev · list
blocksearch.dev · https://blocksearch.dev/api/insights/list
Get list of insights about entities, chains, tokens, and more with configurable filters.
This endpoint speaks x402: an unpaid request returns
HTTP 402 with machine-readable payment
terms, your agent pays the $0.01 USDC in USDC on-chain, and retries automatically. Pays to 5DHhYFTCwYcoUK9nh4omrcm6htGPThcnMHWcK4mCTtPz.Call it in 30 seconds
JavaScriptPythoncurl
// This service settles on solana.
// Use an x402 client with a matching signer (e.g. an @x402 Solana client).
// First, inspect the payment terms for free:
const r = await fetch("https://blocksearch.dev/api/insights/list"); // returns HTTP 402 + machine-readable terms
console.log(r.status, await r.json());
# This service settles on solana.
# Use an x402 client with a matching signer. To see the terms first, for free:
import httpx
r = httpx.get("https://blocksearch.dev/api/insights/list") # HTTP 402 + machine-readable payment terms
print(r.status_code, r.json())
# 1) An unpaid request returns HTTP 402 with the exact payment terms:
curl -i "https://blocksearch.dev/api/insights/list?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'}"
# 2) Paying + retrying requires an x402 client that can sign the USDC
# authorization (curl alone cannot). See the JS / Python tabs below.
New to x402? Read the 5-minute quickstart →
ad slot · a crypto-native, no-tracking ad loads here in production
Query this registry programmatically. Every service here is searchable through the
x402hub API, an x402-payable endpoint your agents call and pay per request in USDC.
https://api-service-sandy.vercel.app · GET /api/search?q=... · $0.002 / call
Prefer to just support the project? Tip USDC on Base to
0x40BbeB1BEd1D4ba6f1d4C0eE0C9D93e2dA3347C6. This hub is free and ad-light.