GET
/
v1
/
dex
/
pools
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

Response

200
application/json
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
tokens
string[]
required
reserves
number[]
required
amm_settings
object
unavailable_until
integer

UTC unix timestamp in seconds