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"
  }
]

Changes

No recorded changes to this endpoint across all 7 revisions of this API.