Pool Info (SOL) (GET)
Pool Info (SOL)
This API is used to get information about the liquidity pool of a Solana token (available for enterprise)
URL
Header: X-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Parameters
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)
Results
Response Parameters
type: DEX to which the liquidity pool belongs
pair: Trading pair address
liquidityUsd: Liquidity value
token: ReserveNumber of tokens in the liquidity pool
currencyReserve: Number of SOL / WETH in the liquidity pool
tokenMcUsd: Token market cap
tokenCreateAt: Token creation time
progress: Pump progress
pool: CreatorLiquidity pool creator
priceImpact: Price Impact
poolSafetyInfo: Token security information
currencyInfo: Native token information
tokenInfo: Token information
totalSupplyUI: Total token supply
canMint: "true" means the token is mintable
canFrozen: "true" means the token is freezeable
transferFeePercent: Token transfer fee
isDelegated: "true" means the token is delegated
burnedOrLockedLpPercent: Pool burnt ratio
top10Percent: Top 10 holding ratio
priceUsd: Token price
Last updated