get_leaderboard
Returns all active WZRD attention markets ranked by Velocity EMA. Each entry includes market_id, platform, channel_id, velocity_ema, multiplier_bps (basis points, 10000 = 1x), tvl_usdc, and position_count. Use this to discover which public software markets have the most attention momentum.
get_market
Returns detailed information about a specific WZRD attention market including velocity EMAs, TVL, participant count, and resolution state. Use market_id from the leaderboard to look up individual markets.
get_feeds
Returns all active velocity oracle feeds. Each feed includes entity_hash, market_id, platform, channel_id (e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct"), metric, velocity_ema_primary, and last_scored_at. Use channel_id to compute entity_hash (SHA-256) for get_feed deep-dives.
get_feed
Returns a single velocity oracle feed by entity hash. The entity_hash is SHA-256(channel_id) in hex. Returns velocity_ema_primary, velocity_ema_secondary, platform, channel_id, and scoring timestamps.
get_health
Returns WZRD server health status including database connectivity, job staleness, circuit breaker states, and whether deposits/market creation are enabled.