Pools
Get detailed information for a specific pool
Retrieve token info, liquidity visualization, and pool data for a specific pool
get/pools/{poolId}/info
Path parameters
poolIdstring required
The pool address
Response
Successfully retrieved pool info
Example response
{
"status": "success",
"data": {
"type": "meteora",
"tokenInfo": [
{
"status": "success"
}
],
"amountX": 1500.25,
"amountY": 50000
}
}