Skip to Content
APIsExchanges

Exchanges

Get exchanges returns all decentralized exchanges supported.

Get Exchanges

GET https://api.adesic.com/v2/dex

Returns an array of all supported decentralized exchanges.

Query Parameters

NameTypeDescription
apiKey*stringYour Adesic API Key
success-response.json
[ { "name": "Uniswap", "id": "uniswap" } ]

Copy & Paste Code

curl-example.sh
curl -H "api-key: API KEY" https://api.adesic.com/v2/dex

Response Object

Example URL: https://api.adesic.com/v2/dex 

response-example.json
[ { "name": "Uniswap", "id": "uniswap" } ]

Response Attributes

Attribute NameData TypeDescription
namestringThe official name of the exchange.
idstringUnique exchange identifier used by Adesic.

© Adesic LLC. All Rights Reserved