Pool Info (EVM) (GET)
Pool Info (EVM)
This API is used to get information about the liquidity pool of an EVM 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
tokenReserve: Number of tokens in the liquidity pool
currencyReserve: Number of SOL / WETH in the liquidity pool
tokenMcUsd: Token market cap
tokenCreateAt: Token creation time
poolCreator: Liquidity 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
isOpenSource: "true" means the token is open source
isHoneypot: "true" means the token is a honeypot
isProxy: "true" means the token has a proxy contract
hiddenOwner: "true" means the token has a hidden owner
slippageModifiable: "true" means the token tax rate can be modified
tradingCooldown: "true" means the token has a trading cooldown
buyTax: Token buy tax rate
sellTax: Token sell tax rate
burnedOrLockedLpPercent: Pool burnt ratio
top10Percent: Top 10 holding ratio
buyFeeUsd: Ethervista token buy fee (USD)
sellFeeUsd: Ethervista token sell fee (USD)
priceUsd: Token price
Last updated