Blockchains
Get blockchains returns the supported blockchains for a decentralized exchange.
Get Exchange Blockchains
GET
https://api.abyiss.com/v2/dex/{exchange}
Returns an array of supported blockchains for a decentralized exchange.
Path Parameters
Name | Type | Description |
---|---|---|
exchange* | string | The decentralized exchange |
Query Parameters
Name | Type | Description |
---|---|---|
apiKey* | string | Your Abyiss API Key |
Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v2/dex/uniswap?apiKey=
Response Attributes
Attribute Name | Data Type | Description |
---|---|---|
id | string | Unique exchange identifier used by Abyiss. |
name | string | The official name of the decentralized exchange. |
Last updated