Data API
Get Liquidity Pool State
Fetch the raw on-chain state of a liquidity pool by its mint address.
Returns the full deserialized LiquidityPoolState account data. Useful for advanced integrations that need access to all pool parameters.
POST
Get Liquidity Pool State
Body
application/json
Mint address of the token
Example:
"LiGHtkg3uTa9836RaNkKLLriqTNRcMdRAhqjGWNv777"
Program ID of the Heaven DEX program
Example:
"HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o"
Response
200 - application/json
JSON encoded LiquidityPoolState struct
Get Liquidity Pool State