Returns liquidity data including locked percentage across a token's top trading pairs
This endpoint is available with Codex Growth and Enterprise Plans
Endpoint: liquidityMetadataByToken
Retrieves liquidity metadata for up to the top 100 trading pairs of a given token, including the total percentage of liquidity that is locked.
Method: POST
Arguments
Response
Name | Type | Description |
---|---|---|
lockBreakdown | [LiquidityLockBreakdownForToken]! | A breakdown of how much and where liquidity is locked. |
lockedLiquidityPercentage | Float! | The percentage of liquidity that is locked. |
lockedLiquidityUsd | String! | The locked liquidity in USD. |
lockedTokenLiquidity | String! | The locked amount of tokens in pairs. |
lockedTokenLiquidityShifted | String! | The locked amount of tokens in pairs shifted by number of decimals the token has. |
networkId | Int! | The network ID the token is deployed on. |
tokenAddress | String! | The address of the token. |
totalLiquidityUsd | String! | The total liquidity in USD. |
totalTokenLiquidity | String! | The total amount of tokens in pairs. |
totalTokenLiquidityShifted | String! | The total amount of tokens in pairs shifted by number of decimals the token has. |
Ask questions, share what you're working on and request new features 👬👭