GET /cardano/pools/:symbol
Request
GET /api/v1/cardano/pools/{symbol}?minLiquidity={minLiquidity}&limit={limit}Parameters
Parameter
Type
Required
Default
Description
Response
{
"symbol": "INDY",
"pools": [
{
"dex": "Minswap",
"identifier": "pool-abc123",
"tvl": 500000,
"price": 1.85,
"reserveA": 270000,
"reserveB": 500000,
"tokenA": "INDY",
"tokenB": "ADA"
},
{
"dex": "SundaeSwap",
"identifier": "pool-def456",
"tvl": 250000,
"price": 1.84,
"reserveA": 136000,
"reserveB": 250000,
"tokenA": "INDY",
"tokenB": "ADA"
}
],
"count": 2,
"timestamp": "2026-03-14T00:00:00.000Z"
}Pool Fields
Field
Type
Description
Examples
Errors
Code
Error
Description
Last updated