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

The response is of type object[].