v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
Entity

Returns list of supported decentralized exchanges supported by the service in the given blockchain

get/v1/dexes

Query parameters

blockchainstring
Example:ton

Response

list of decentralized exchanges

blockchainstring required
namestring required

Example response

[
  {
    "blockchain": "ton",
    "name": "stonfi"
  }
]