curl --request GET \
--url http://localhost:8000/gateway/pools \
--header 'Authorization: Basic <encoded-value>'[
{}
]List all liquidity pools for a connector and network.
Returns normalized data with snake_case fields and trading_pair.
curl --request GET \
--url http://localhost:8000/gateway/pools \
--header 'Authorization: Basic <encoded-value>'[
{}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
DEX connector (e.g., 'meteora', 'raydium')
Network (e.g., 'mainnet-beta')
Successful Response
Was this page helpful?