API Reference

Retrieve Coin Dex Pools

Retrieve a list of decentralized exchange (DEX) liquidity pools associated with a specific coin. Useful for discovering which pools a coin is actively traded in, as well as retrieving relevant pool-level data such as token pair, liquidity, volume, and price.

📘

Supported on Sui Mainnet.

🚧

The Indexing API on Sui is currently exclusively available to Pro Members. Non-Pro members can also enjoy a trial period with an allocation of 30 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.

Parameter

  • coinType, string - the cointype for the coin to get the information from SuiVision coin page.

Response

  • dex, string – The name of the decentralized exchange (DEX) where the pool is located (e.g., "momentum").
  • link, string – A URL linking to the pool's detail page on the corresponding DEX.
  • poolId, string – The unique identifier (address) of the liquidity pool.
  • balance, string – The total token balance in the pool (typically in base units, e.g., token amount as stringified decimal).
  • price, string – The current token price in the pool, quoted against the other asset.
  • coinList, array of string – List of token type tags in this pool (usually a token pair).
  • tvl, string – Total Value Locked in the pool, denominated in USD.
  • apr, string – (optional, may be empty) Estimated Annual Percentage Rate for liquidity providers in this pool.
Language
Credentials
Header
Click Try It! to start a request and see the response here!