byDexterDexterbeta
OverviewExploreIntelligenceBuild
System status
DexterDexter

The explorer for the indexed x402 paid web. Paid-call verification, 11 indexed chains, and live settlement arrivals.

Explore

  • Explore
  • Resources
  • Facilitators
  • Transactions

Developers

  • API Docs
  • GitHub
  • x402 SDK
  • OpenDexter
  • Status

Company

  • About
  • Blog
  • Terms of Service
  • Privacy Policy
  • Contact
© 2026 Dexter Labs CorporationPowered by the x402 protocol
Dashboard/Servers/blockrun.ai
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALEWorld ChainMonadRobinhood
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALEWorld ChainMonadRobinhood
blockrun.ai

blockrun.ai

150 resources600ms p50
Base

blockrun.ai

blockrun.ai is a prediction market data aggregator focused on Polymarket and Kalshi. It serves agents that need to analyze trader performance, browse market listings, compare cross-platform markets, or inspect resolved outcomes. Its distinguishing feature is the depth of wallet analytics (multi-window PnL, trading style classification, cohort benchmarking) combined with cross-platform market pair matching between Polymarket and Kalshi.

Capabilities

Market Listings and Discovery
Retrieves available prediction market listings from Polymarket and Kalshi, including event metadata, market status, prices, and volume, enabling agents to browse and filter markets before deeper analysis.
fetch-polymarket-eventsfetch-kalshi-markets
Cross-Platform Market Matching
Identifies prediction market questions that are simultaneously listed on both Polymarket and Kalshi, providing similarity scores and expiration timestamps for arbitrage or comparison workflows.
fetch-matching-markets-pairs
Resolved Market Outcomes
Fetches the settled result of a specific prediction market event by its predexon ID, confirming final outcomes for closed markets.
fetch-pm-outcome
Polymarket Price History
Returns historical OHLC candlestick data for a Polymarket condition ID, supporting charting, backtesting, and time-series analysis of market price and volume.
fetch-polymarket-candlesticks
Polymarket Wallet Analytics
Provides multi-window (1d/7d/30d/all-time) performance metrics for individual Polymarket wallets, including realized and unrealized PnL, ROI, win rate, trade counts, fees, hold time, and trading style classification.
fetch-polymarket-wallet-analyticsfetch-polymarket-wallet-metricsfetch-polymarket-wallet-performancefetch-polymarket-wallet-snapshot
Polymarket Wallet Positions
Returns current and historical open positions for a Polymarket wallet, including market metadata, shares held, cost basis, current value, and per-position PnL.
fetch-polymarket-wallet-positions
Polymarket Market Holder Intelligence
Identifies the largest position holders in a specific Polymarket market condition, exposing whale positioning, individual trader PnL, and trade activity for a given condition ID.
fetch-polymarket-market-top-holders
Polymarket Leaderboard and Cohort Benchmarking
Returns global leaderboard rankings of top Polymarket traders by PnL and aggregated cohort statistics segmented by trading style, enabling competitive benchmarking and ecosystem-level analysis.
fetch-polymarket-leaderboardfetch-polymarket-cohort-stats

Workflows

Trader Performance Deep Dive
Use when an agent needs to fully profile a Polymarket wallet, combining aggregate performance metrics with the specific open positions driving current exposure.
  1. 1
    fetch-polymarket-wallet-analyticsRetrieve multi-window PnL, ROI, win rate, and trading style classification for the target wallet.
  2. 2
    fetch-polymarket-wallet-positionsFetch the wallet's current open and resolved positions to understand which markets are driving the reported PnL.
Cross-Platform Arbitrage Identification
Use when an agent needs to find prediction market questions available on both Polymarket and Kalshi and then inspect current pricing on each platform.
  1. 1
    fetch-matching-markets-pairsRetrieve all cross-listed market pairs with their condition IDs and tickers on both platforms.
  2. 2
    fetch-kalshi-marketsFetch live Kalshi market data including yes/no prices and volume for the matched tickers.
  3. 3
    fetch-polymarket-candlesticksPull recent price history for the matched Polymarket condition IDs to compare implied probabilities across platforms.
Market Whale Analysis
Use when an agent needs to identify top holders in a Polymarket market and then evaluate the historical performance quality of those whale wallets.
  1. 1
    fetch-polymarket-market-top-holdersRetrieve the ranked list of largest position holders for a given Polymarket condition ID.
  2. 2
    fetch-polymarket-wallet-analyticsFor each top holder wallet address, fetch historical performance metrics to assess whether the whale has a strong track record.
Leaderboard Trader Benchmarking
Use when an agent needs to identify top Polymarket traders from the leaderboard and then drill into individual wallet performance and open positions.
  1. 1
    fetch-polymarket-leaderboardRetrieve the global leaderboard to identify top-ranked wallet addresses by total PnL.
  2. 2
    fetch-polymarket-wallet-analyticsFetch detailed multi-window analytics for a specific wallet identified from the leaderboard.
  3. 3
    fetch-polymarket-wallet-positionsInspect the current open positions of the selected trader to understand active market exposure.
Resolved Market Outcome Verification
Use when an agent needs to confirm the settled result of a prediction market event and then check which Polymarket events are still active in the same category.
  1. 1
    fetch-pm-outcomeFetch the resolved outcome for a specific predexon event ID to confirm the final result.
  2. 2
    fetch-polymarket-eventsBrowse current Polymarket events to identify related open markets in the same category following resolution.

Use this host in Claude

Copy the skill below, then add it on claude.ai under Skills → Create skill → Upload.

Machine-readable: skills.json · SKILL.md · manifest.json
$3.8K
across100,589settlements·$0.04avg
34buyers
3sellers
All-time context: $283.0K across 19,069,385 settlements
Facilitators
all-time breakdown
CoinbaseCoinbase100.6K txns$3.8K
Chains
Last 24h
base

Resources (150)

All-time breakdown
ResourceCategoryQualityTierTxnsVolume
https://blockrun.ai/api/v1/defillama/prices/coingecko:cardano,coingecko:matic-network
——host level——
Polymarket Price Surf
https://blockrun.ai/api/v1/surf/prediction-market/polymarket/prices
Data—host level——

Own blockrun.ai? List it with your agent

Paste the prompt below to your coding agent. It runs a real paid test on every route, fixes what scores low, and re-auditions until they pass — the gaps below are already filled in for you.

  • 60 of 150 routes have never been scored — the audition tests them for the first time.
  • 51 routes are scoring below 50 — likely broken, mispriced, or returning the wrong shape.
  • 5 routes are in the 50–74 band — working, but with room to climb.
  • 77 routes are flagged by the verifier as failing or inconclusive.
Paste this to your agent
Make my x402 API at https://blockrun.ai discoverable on x402gle. Read the instructions at https://x402gle.com/agent.md and follow them end to end. Install the OpenDexter CLI, then run `npx @dexterai/opendexter audition https://blockrun.ai --json`. Heads up: 60 routes have never been scored and 51 routes are scoring below 50 — start there. Read the score and fixInstructions for every route, fix my OpenAPI and endpoints until each route passes, and re-audition until it does. A passing audition lists my API automatically.

New to this? How agent-first onboarding works.

Latest Settlements

Live feed
ForViaChainAmountBuyerTxTime
blockrun.ai
Crypto Price Snapshots
https://blockrun.ai/api/v1/defillama/prices/coingecko:bitcoin,coingecko:ethereum,coingecko:solana
Analytics
8
host level
—
—
blockrun.ai
Uniswap Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/uniswap
Data
28
host level——
blockrun.ai
Blockrun PayChat
https://blockrun.ai/api/v1/chat/completions
AI
68
host level——
blockrun.ai
DeFiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:hyperliquid,coingecko:berachain-bera
defi
12
host level——
blockrun.ai
DeFiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:pixels,coingecko:matr1x-fire
defi
12
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:cosmos,coingecko:polkadot
defi
12
host level——
blockrun.ai
Base Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:shiba-inu,coingecko:floki
defi
12
host level——
blockrun.ai
DefiLlama Token Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:cardano,coingecko:algorand
defi
12
host level——
blockrun.ai
Token Price Lookup API
https://blockrun.ai/api/v1/defillama/prices/coingecko:sui,coingecko:aptos
defi
12
host level——
blockrun.ai
BlockRun Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:kaspa,coingecko:iota
defi
5
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:uniswap,coingecko:aave
defi
18
host level——
blockrun.ai
DeFiLlama Coin Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:ronin,coingecko:axie-infinity
defi
8
host level——
blockrun.ai
Blockrun Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:staked-ether,coingecko:wrapped-bitcoin
defi
8
host level——
blockrun.ai
DeFiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:worldcoin-wld,coingecko:bittensor
defi
12
host level——
blockrun.ai
DefiLlama Lido Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/lido
data
72
host level——
blockrun.ai
Polymarket Markets API
https://blockrun.ai/api/v1/pm/polymarket/markets
Trading
92
host level——
blockrun.ai
Limitless Markets API
https://blockrun.ai/api/v1/pm/limitless/markets
Data
93
host level——
https://blockrun.ai/api/v1/pm/sports/outcomes/px-jdtq5b6vagozsfnu
——host level——
https://blockrun.ai/api/v1/pm/dflow/wallet/pnl/:solana_address
——host level——
https://blockrun.ai/api/v1/pm/opinion/markets
——host level——
Bridge Ranking
https://blockrun.ai/api/v1/surf/onchain/bridge/ranking
Analytics—host level——
https://blockrun.ai/api/v1/surf/onchain/yield/ranking
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:wrapped-bitcoin,coingecko:staked-ether
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:aave,coingecko:curve-dao-token
——host level——
https://blockrun.ai/api/v1/defillama/prices/%7Bcoins%7D
——host level——
Token Transfers API
https://blockrun.ai/api/v1/surf/token/transfers
Data—host level——
https://blockrun.ai/api/v1/pm/polymarket/market-price/21742633143463906290569050155826241533067272736897614950488156847949938836455
——host level——
blockrun.ai
Polymarket Wallet ID
https://blockrun.ai/api/v1/pm/polymarket/wallet/identity/:address
Data
92
host level——
blockrun.ai
Match Markets Pairs
https://blockrun.ai/api/v1/pm/matching-markets/pairs
Analytics
94
host level——
blockrun.ai
Polymarket Wallet Positions
https://blockrun.ai/api/v1/pm/polymarket/wallet/positions/:address
Data
94
host level——
blockrun.ai
Polymarket Wallet Intel
https://blockrun.ai/api/v1/pm/polymarket/wallet/{address}
Analytics
96
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:near,coingecko:internet-computer
defi
18
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:solana,coingecko:base
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:dai,coingecko:true-usd
——host level——
https://blockrun.ai/api/v1/surf/search/social/people
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethereum
——host level——
https://blockrun.ai/api/v1/pm/polymarket/market-price/30814998120582118751622631966842073518881797773478713465325226939264181795763
——host level——
blockrun.ai
Polymarket Market Keyset
https://blockrun.ai/api/v1/pm/polymarket/markets/keyset
Data
22
host level——
blockrun.ai
DefiLlama Coin Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:the-sandbox,coingecko:decentraland
defi
12
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:movement,coingecko:sonic-3
——host level——
blockrun.ai
Blockrun Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:tron,coingecko:eos
defi
8
host level——
blockrun.ai
Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethereum,coingecko:bitcoin
defi
5
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:gods-unchained,coingecko:illuvium
——host level——
blockrun.ai
DefiLlama Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:treasure-magiccraft,coingecko:beam-2
defi
12
host level——
blockrun.ai
DeFi Llama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:maker,coingecko:curve-dao-token
defi
12
host level——
blockrun.ai
DeFiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:render-token,coingecko:injective-protocol
defi
12
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:sei-network,coingecko:starknet
defi
8
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:filecoin,coingecko:helium
——host level——
blockrun.ai
Sandbox Creator
https://blockrun.ai/api/v1/modal/sandbox/create
Tools
62
host level——
blockrun.ai
Gemini 2.5 Flash Lite Chat
https://blockrun.ai/api/v1/chat/gemini-2.5-flash-lite
AI
62
host level——
DeFiLlama Price Fetcher
https://blockrun.ai/api/v1/defillama/prices/:coins
Data—host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:aave,coingecko:compound-governance-token
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:pepe,coingecko:dogecoin
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:grass,coingecko:io-net
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:xrp,coingecko:stellar
——host level——
blockrun.ai
DefiLlama Protocol Lookup
https://blockrun.ai/api/v1/defillama/protocol/makerdao
defi
38
host level——
blockrun.ai
Ethereum DeFiLlama Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/ethereum
Data
86
host level——
blockrun.ai
Polymarket Positions API
https://blockrun.ai/api/v1/pm/polymarket/positions
Trading
93
host level——
blockrun.ai
Gas Price Surf
https://blockrun.ai/api/v1/surf/onchain/gas-price
Analytics
94
host level——
blockrun.ai
Sports Markets API
https://blockrun.ai/api/v1/pm/sports/markets
Trading
84
host level——
https://blockrun.ai/api/v1/pm/polymarket/leaderboard/market/CONDITION_ID
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingeckotest,coingeckotest
——host level——
https://blockrun.ai/api/v1/surf/project/detail
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:lido-dao,coingecko:rocket-pool
——host level——
https://blockrun.ai/api/v1/pm/polymarket/markets/30814998120582118751622631966842073518881797773478713465325226939264181795763/volume
——host level——
blockrun.ai
Polymarket Trade Feed
https://blockrun.ai/api/v1/pm/polymarket/trades
Trading
96
host level——
blockrun.ai
Curve Finance Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/curve-finance
defi
38
host level——
blockrun.ai
Blockrun DeFi Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:dydx-chain,coingecko:gmx
defi
8
host level——
blockrun.ai
Base Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:brett-based,coingecko:virtual-protocol
defi
8
host level——
blockrun.ai
DeFi Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:alpha-finance,coingecko:venus
defi
8
host level——
blockrun.ai
DefiLlama Token Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethena,coingecko:usual
defi
6
host level——
blockrun.ai
DefiLlama Token Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:the-graph,coingecko:fetch-ai
defi
12
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:jupiter-exchange-solana,coingecko:jito-governance-token
defi
12
host level——
blockrun.ai
Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:binancecoin,coingecko:monero
defi
8
host level——
blockrun.ai
Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:superverse,coingecko:ronin
defi
12
host level——
blockrun.ai
Blockrun Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethereum-name-service,coingecko:unstoppable-domains
defi
12
host level——
blockrun.ai
DefiLlama Coin Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:akash-network,coingecko:flux
defi
12
host level——
blockrun.ai
DefiLlama Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethena-usde,coingecko:frax
defi
8
host level——
blockrun.ai
DeFiLlama Token Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:bitcoin-cash,coingecko:litecoin
defi
5
host level——
blockrun.ai
DeFiLlama Coin Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:artificial-superintelligence-alliance,coingecko:bittensor
defi
8
host level——
Liquidation Chart API
https://blockrun.ai/api/v1/surf/market/liquidation/chart
Analytics—host level——
Polymarket Positions
https://blockrun.ai/api/v1/surf/prediction-market/polymarket/positions
Analytics—host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:chainlink,coingecko:uniswap
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:filecoin,coingecko:near
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:eigenlayer,coingecko:ondo-finance
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:optimism,coingecko:avalanche-2
——host level——
blockrun.ai
BlockRun News Feed
https://blockrun.ai/api/v1/surf/news/feed
Analytics
92
host level——
https://blockrun.ai/api/v1/defillama/protocol/aave
——host level——
https://blockrun.ai/api/v1/pm/polymarket/markets/TOKEN_ID/volume
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:mantle,coingecko:scroll
——host level——
blockrun.ai
Polymarket Top Holders
https://blockrun.ai/api/v1/pm/polymarket/market/0x0fb006e0c06caa4db12f7e30ec8c2483d658f83eb57b2ee8eb478e39beca3dfd/top-holders
Analytics
91
host level——
blockrun.ai
Polymarket Top Holders
https://blockrun.ai/api/v1/pm/polymarket/market/0xfbe85201ab2b4acff01cd5a3639039fc813d3448c64db081f70926bd9b9e74e9/top-holders
Analytics
92
host level——
blockrun.ai
Polymarket Keyset Feed
https://blockrun.ai/api/v1/pm/polymarket/events/keyset
Data
96
host level——
blockrun.ai
Crypto Up/Down Feed
https://blockrun.ai/api/v1/pm/polymarket/crypto-updown
Data
93
host level——
blockrun.ai
Yield Yak Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/yield-yak
defi
18
host level——
blockrun.ai
BlockRun PM Outcomes
https://blockrun.ai/api/v1/pm/outcomes/px-xz7fw6lsywv2rnwr
Tools
96
host level——
https://blockrun.ai/api/v1/surf/social/user
——host level——
blockrun.ai
Polymarket Top Holders
https://blockrun.ai/api/v1/pm/polymarket/market/0xd6591e966aebf061547ef34cdf3494ed318969887c8b7fb53f10ed5d5461a547/top-holders
Analytics
96
host level——
blockrun.ai
Polymarket Events API
https://blockrun.ai/api/v1/pm/polymarket/events
Data
96
host level——
blockrun.ai
Polymarket Cohorts Stats
https://blockrun.ai/api/v1/pm/polymarket/cohorts/stats
Analytics
94
host level——
blockrun.ai
Polymarket Candles
https://blockrun.ai/api/v1/pm/polymarket/candlesticks/0xd6591e966aebf061547ef34cdf3494ed318969887c8b7fb53f10ed5d5461a547
Analytics
82
host level——
Curve DEX Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/curve-dex
DeFi—host level——
blockrun.ai
Polymarket Leaderboard
https://blockrun.ai/api/v1/pm/polymarket/leaderboard
Trading
91
host level——
blockrun.ai
Social Rank Surf
https://blockrun.ai/api/v1/surf/social/ranking
Social
78
host level——
blockrun.ai
Wallet Net Worth
https://blockrun.ai/api/v1/surf/wallet/net-worth
Analytics
84
host level——
blockrun.ai
DeFiLlama Chain List
https://blockrun.ai/api/v1/defillama/chains
Data
94
host level——
blockrun.ai
Wallet Detail Surf
https://blockrun.ai/api/v1/surf/wallet/detail
Analytics
93
host level——
https://blockrun.ai/api/v1/pm/sports/markets/mlb-ari-wsh-2026-06-06
——host level——
blockrun.ai
DeFiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:polygon,coingecko:arbitrum
defi
12
host level——
blockrun.ai
Polymarket Wallet Cluster
https://blockrun.ai/api/v1/pm/polymarket/wallet/:address/cluster
Analytics
28
host level——
blockrun.ai
Kalshi Markets Feed
https://blockrun.ai/api/v1/pm/kalshi/markets
Data
96
host level——
blockrun.ai
Onchain Schema Surf
https://blockrun.ai/api/v1/surf/onchain/schema
Data
94
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:ethereum,coingecko:solana
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:reserve-rights-token,coingecko:frax-share
——host level——
blockrun.ai
DefiLlama Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:bitcoin
defi
8
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:ondo-finance,coingecko:pendle
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:immutable-x,coingecko:blur
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:worldcoin-wld,coingecko:worldcoin
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:wormhole,coingecko:celestia
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:axie-infinity,coingecko:gala
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:ocean-protocol,coingecko:singularitynet
——host level——
blockrun.ai
DefiLlama Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/aerodrome
defi
34
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:injective-protocol,coingecko:sui
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:polkadot,coingecko:cosmos
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:base,coingecko:optimism
——host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:wrapped-bitcoin,coingecko:coinbase-wrapped-btc
——host level——
blockrun.ai
Sports Category Feed
https://blockrun.ai/api/v1/pm/sports/categories
Data
96
host level——
blockrun.ai
BlockRun Market Feed
https://blockrun.ai/api/v1/pm/markets
Trading
94
host level——
blockrun.ai
PM Market Listings
https://blockrun.ai/api/v1/pm/markets/listings
Data
92
host level——
https://blockrun.ai/api/v1/defillama/prices/coingecko:solana,coingecko:avalanche-2
——host level——
blockrun.ai
Fear & Greed Market Gauge
https://blockrun.ai/api/v1/surf/market/fear-greed
Analytics
96
host level——
blockrun.ai
Market Surf Rankings
https://blockrun.ai/api/v1/surf/market/ranking
Analytics
92
host level——
https://blockrun.ai/api/v1/pm/outcomes/px-jdtq5b6vagozsfnu
——host level——
https://blockrun.ai/api/v1/surf/exchange/markets
——host level——
https://blockrun.ai/api/v1/pm/predictfun/markets
——host level——
https://blockrun.ai/api/v1/surf/social/user/posts
——host level——
blockrun.ai
Solana Price Feed
https://blockrun.ai/api/v1/defillama/prices/coingecko:solana
Data
15
host level——
blockrun.ai
DefiLlama Protocol Data
https://blockrun.ai/api/v1/defillama/protocol/aave-v3
defi
38
host level——
blockrun.ai
Polymarket Market Price
https://blockrun.ai/api/v1/pm/polymarket/market-price/40791250908933508853723465614961035896557737979546129504169818299128524475478
defi
28
host level——
https://blockrun.ai/api/v1/surf/market/price-indicator
——host level——
blockrun.ai
Token Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:arbitrum,coingecko:optimism
defi
12
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:illuvium,coingecko:gods-unchained
defi
12
host level——
blockrun.ai
DefiLlama Price Lookup
https://blockrun.ai/api/v1/defillama/prices/coingecko:aerodrome-finance,coingecko:velodrome-finance
defi
14
host level——
blockrun.ai
DeFiLlama Token Prices
https://blockrun.ai/api/v1/defillama/prices/coingecko:chainlink,coingecko:the-graph
defi
12
host level——
blockrun.ai
DeFiLlama Yields
https://blockrun.ai/api/v1/defillama/yields
DeFi
18
host level——
blockrun.ai
Polymarket Wallet Positions
https://blockrun.ai/api/v1/pm/polymarket/wallet/positions/0x9174e9bFF176285E9B77022eC2e4007904495280
Data
88
host level——
blockrun.ai
Binance BTC/USDT Candles
https://blockrun.ai/api/v1/pm/binance/candles/BTCUSDT
Trading
72
host level——
blockrun.ai
Polymarket Wallet Identities
https://blockrun.ai/api/v1/pm/polymarket/wallet/identities
Data
34
host level——

Accolades