cURL
curl --request GET \ --url https://api.quantpilot.ai/{contractAddress}/dexes \ --header 'x-api-key: <api-key>'
{ "dexes": [ { "name": "Uniswap V3", "chainId": "1", "volume24h": 1500000, "poolCount": 3, "bestPool": { "address": "0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8", "pair": "WETH/USDC", "liquidity": 15000000 } } ] }
API key for authentication
Token contract address
List of DEXes
The response is of type object.
object