Liquidity sources
See routing venues, source types, and exclusions.
What /liquidity-sources returns
/liquidity-sources returnsExample request
curl "https://api.dirol.io/api/v1/liquidity-sources"Example response
{
"sources": [
{ "id": "UniswapV2", "type": "V2" },
{ "id": "UniswapV3", "type": "V3" },
{ "id": "UniswapV4", "type": "V4" },
{ "id": "PancakeSwapV2", "type": "V2" },
{ "id": "PancakeSwapV3", "type": "V3" },
{ "id": "Purps", "type": "V2" },
{ "id": "DYOR", "type": "V2" },
{ "id": "SwyrlFinanceV2", "type": "V2" },
{ "id": "Kansei", "type": "V2" },
{ "id": "PinotV2", "type": "V2" },
{ "id": "Taya", "type": "V2" },
{ "id": "LFJ", "type": "V2" },
{ "id": "SwyrlFinanceV3", "type": "V3" },
{ "id": "MondayTrade", "type": "V3" },
{ "id": "OctoSwapV3", "type": "V3" },
{ "id": "PinotV3", "type": "V3" },
{ "id": "NoxaV3", "type": "V3" },
{ "id": "PangolinV3", "type": "V3" },
{ "id": "CapricornV3", "type": "V3" },
{ "id": "UniswapV4", "type": "V4" },
{ "id": "BalancerV3", "type": "Balancer" },
{ "id": "Kuru", "type": "CLOB" },
{ "id": "Hanji", "type": "CLOB" },
{ "id": "NadFun", "type": "BondingCurve" }
]
}
Source types
Current sources
Excluding sources
Exclude one source
Exclude multiple sources
Notes
Last updated