GET
/
v1
/
pools
/
{poolId}
Get Pool
curl --request GET \
  --url https://api.amm.flashnet.xyz/v1/pools/{poolId}
{
  "actualAssetAReserve": 1049999900,
  "actualAssetBReserve": 496,
  "assetAAddress": "66471063147ab9f53515bf18d1cea9a8ad166840ba9de93d46018d7007426e17",
  "assetBAddress": "020202020202020202020202020202020202020202020202020202020202020202",
  "bondingProgressPercent": "15.5",
  "createdAt": "2025-01-15T10:09:58.09646Z",
  "currentPriceAInB": "0.00000004761904807256236",
  "curveType": "SINGLE_SIDED",
  "hostFeeBps": 100,
  "hostName": "my-cool-exchange",
  "initialReserveA": 1000000000,
  "lpFeeBps": 500,
  "lpPubkey": "0315299b3f9f4e2beb8576ea2bf72ea1bc741eb255bfc3f6387de4d47b5c05972d",
  "priceChangePercent24h": "-5.25",
  "status": "ACTIVE",
  "tvlAssetB": 992,
  "volume24hAssetB": 500
}

Path Parameters

poolId
string
required

The LP public key of the pool to retrieve

Response

200
application/json

Pool details retrieved successfully

Enhanced pool details response with comprehensive data.