GET
/
v1
/
dex
/
pools
Get dex pools by filter
curl --request GET \
  --url https://backend.swap.coffee/v1/dex/pools
[
  {
    "address": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
    "amm_type": "constant_product",
    "amm_settings": {},
    "tokens": [
      "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
    ],
    "reserves": [
      123
    ],
    "unavailable_until": 123
  }
]

Authorizations

X-Api-Key
string
header
required

Query Parameters

assets
string[]

Response

List of all existing pools. Recached time to time

address
string
required
Example:

"EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"

amm_type
enum<string>
required
Available options:
constant_product,
cubic_stable,
curve_fi_stable,
concentrated_v3,
tonstakers,
weighted_constant_product,
weighted_stable,
bidask
tokens
string[]
required
reserves
number[]
required
amm_settings
object
unavailable_until
integer

UTC unix timestamp in seconds