GET
/
v1
/
dexes
curl --request GET \
  --url https://backend.swap.coffee/v1/dexes
[
  {
    "blockchain": "ton",
    "name": "stonfi"
  }
]

Authorizations

X-Api-Key
string
header
required

Query Parameters

blockchain
string
Example:

"ton"

Response

200
application/json
list of decentralized exchanges
blockchain
string
required
Example:

"ton"

name
string
required
Example:

"stonfi"