Builder dex ≠ builder code. A builder dex is a venue with its own markets (this page). A builder code is any address that attaches a fee to the orders it routes — every builder dex runs one, but so do wallet apps, front-ends, and bots that list no markets of their own. The builder analytics endpoints are about builder codes.
The 7 builder dexes
Symbol format
- Native symbols: just the ticker —
BTC,ETH,SOL. - Builder dex symbols:
prefix:TICKER—xyz:SILVER,cash:TSLA,km:OIL.
Discover all available symbols with the
list_markets tool (or GET /pulse/market-overview). Optionally pass a dex filter to narrow results to one venue.Asset classes
Internally we tag every coin with an asset class. You usually don’t need to think about this, but it surfaces in HIP-4 contexts:Cross-market and synonyms
The same underlying exposure can appear under different tickers on different venues. For cross-market questions, use the canonical asset, not the venue symbol — see cross-market assets for the full model.Funding rates
Funding fields (fundingRate on market_price, etc.) are raw hourly decimal rates from Hyperliquid, not annualized percentages:
- Hourly funding % =
fundingRate * 100 - Annualized APR % =
fundingRate * 24 * 365 * 100
fundingRate: 0.00000625 = 0.000625% hourly = ~5.475% APR.
