Get available pools
Learn how to list available pools
Description
Sentry supports thousands of pools. To list available pools, search for specific pools and get data on this pools, the following route can be used.
Endpoint
GET https://sentry.aleno.ai/pools
Query parameters
Name | required | Type | Description |
---|---|---|---|
chainId | required | string | chain ID |
addresses | optional | string list | Target pool addresses (should be in lower case). If provided, only pools matching the target addresses will be returned. If not provided, all available pools will be returned. |
Payload
No payload.
CURL example
Result
Returns list of Pool objects supported on Sentry.
Last updated