curl --request GET \
--url https://backend.swap.coffee/v1/dexes
[
{
"blockchain": "ton",
"name": "stonfi"
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/dexes
[
{
"blockchain": "ton",
"name": "stonfi"
}
]
"ton"
list of decentralized exchanges
The response is of type object[]
.