Get all available liquidity pools
GET /v2/liquidity/pools
Retrieve the list of all available liquidity pools.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”List of available pools
object
List of liquidity pools
object
UUID of the liquidity pool
Current pool state and pricing information
object
Token symbol for token0 (e.g., “USDC”)
Token symbol for token1 (e.g., “ETH”)
Current amount of token0 in the pool
Current amount of token1 in the pool
Exchange rate: How much token1 you get for 1 token0
Exchange rate: How much token0 you get for 1 token1
Total value of LP tokens in circulation
Total value locked in USD
Trading volume in the last 24 hours in USD
Pagination information
object
Page number (starts at 1)
1
Items per page
10
Total number of items
100
Total number of pages
10
Whether there is a next page
true
Whether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error