# BDEX Public API ## Docs - [根目录](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/87882227f0.md): - [Root](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/87948472f0.md): ## API Docs - 根目录 > Pairs [List Trading Pairs](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229798e0.md): Returns trading pair addresses. Use `pool_type` to filter by V2, V3, or all. - 根目录 > Bargains [Market Data](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229799e0.md): Returns market data for a pool or token, including 24h change, high/low, and volume. - 根目录 > TokenPoolStats [Token Pool 24h Stats](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229800e0.md): Returns 24-hour statistics for a token across pools. - 根目录 > Pool [V2 LP Positions](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229801e0.md): Returns V2 liquidity provider positions for a wallet address. - 根目录 > Pool [List Pools](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229802e0.md): Returns a paginated pool list. Supports keyword search, `pool_type` (v2/v3/all), and filtering by token or user address. - 根目录 > Pool [Pool Historical Charts](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229803e0.md): Returns historical OHLC, volume, fees, and TVL chart data for a pool. - 根目录 > Pool [Pool Liquidity Distribution](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229804e0.md): Returns V3 tick-level liquidity distribution for a pool. - 根目录 > Pool [Pool Details](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229805e0.md): Returns detailed information for a single pool address. - 根目录 > Kline [Klines (Legacy)](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229806e0.md): Legacy single-endpoint kline API. Prefer `/klines/pool/{address}` or `/klines/token/{address}`. - 根目录 > Kline [Token Chart Klines](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229807e0.md): Returns Uniswap-style OHLC chart data for a token. - 根目录 > Kline [Pair Klines](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229808e0.md): Returns price klines for a token pair (sell/buy). - 根目录 > Kline [Pair 24h Summary](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229809e0.md): Returns a 24-hour summary for a token pair. - 根目录 > Kline [Pool Klines](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229810e0.md): Returns kline/candlestick data for a specific pool address. - 根目录 > Kline [Token Klines](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229811e0.md): Returns kline/candlestick data for a specific token address. - 根目录 > Orders [Token Orders](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229812e0.md): Returns orders related to a token, including swaps, mints, burns, and collects. - 根目录 > Orders [User Orders](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229813e0.md): Returns orders for a specific user wallet address. - 根目录 > Txs [Pool Transactions](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229815e0.md): Returns paginated transaction history for a pool. - 根目录 > Token [Get Token](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229816e0.md): Returns metadata and market info for a single token. - 根目录 > Token [List Tokens](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229817e0.md): Returns a paginated list of tokens. - 根目录 > Price [Token Price](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229818e0.md): Returns the token price against the base currency. - 根目录 > Price [Token Weighted Price](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229819e0.md): Returns a TVL-weighted token price across multiple liquidity paths. - 根目录 > Debug [Ping](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229820e0.md): Simple connectivity check. Returns `{ "message": "pong" }`. - 根目录 > Swap [Pool Swap History](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229821e0.md): Returns swap history for a specific pool address. - 根目录 > Swap [Token Swap History](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470229822e0.md): Returns swap history for a specific token address. - Root > Routing [Get Swap Quote](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470564049e0.md): Returns best route, quote, gas estimate, and Universal Router calldata that can be submitted directly. GET is recommended; all parameters are query string parameters. - Root > Routing [Detect Token Transfer Fee](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470564050e0.md): Detects whether a token is a fee-on-transfer token and returns buy/sell tax rates plus honeypot signals. detected=false means the token could not be characterized yet. - Root > Routing [Pool Creation Eligibility](https://s.apifox.cn/139b78fd-a57f-470a-ac74-b7246d32f2e6/470564051e0.md): Checks whether a token pair is eligible for pool creation. Fee-on-transfer tokens are V2-only and must pair with a base token (WBOT/USDT).