v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
DEX

Get dex pools by filter

get/v1/dex/pools

Query parameters

assetsstring[]
[
  "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1"
]

Response

List of all existing pools. Recached time to time

addressstring required
amm_type'constant_product' | 'cubic_stable' | 'curve_fi_stable' | 'concentrated_v3' | 'tonstakers' | 'weighted_constant_product' | 'weighted_stable' | 'bidask' | 'moon_dlmm' | 'bidask_damm' | 'dedust_v2' required
amm_settingsApiJson
tokensstring[] required
reservesnumber[] required
unavailable_untilinteger

UTC unix timestamp in seconds

Example response

[
  {
    "address": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
    "tokens": [
      "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
    ]
  }
]