v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-25200153.4 KB
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

statusstring

Example response

{
  "status": "success",
  "data": {
    "type": "meteora",
    "tokenInfo": [
      {
        "status": "success"
      }
    ],
    "amountX": 1500.25,
    "amountY": 50000
  }
}