DEX_LIST
Retrieve a list of decentralized exchanges available on a specified blockchain network to identify trading platforms for token swaps.
Instructions
Get dex list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | The blockchain network to execute the transaction on. uses fraxtal as default | fraxtal |
Input Schema (JSON Schema)
{
"properties": {
"chain": {
"default": "fraxtal",
"description": "The blockchain network to execute the transaction on. uses fraxtal as default",
"type": "string"
}
},
"type": "object"
}