Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

tokenAddress
String!
The address of the token.
networkId
Int!
The network ID the token is deployed on.
totalLiquidityUsd
String!
The total liquidity in USD.
lockedLiquidityUsd
String!
The locked 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.
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.
lockedLiquidityPercentage
Float!
The percentage of liquidity that is locked.
lockBreakdown
[LiquidityLockBreakdownForToken]!
A breakdown of how much and where liquidity is locked. See LiquidityLockBreakdownForToken

Used By

Returned by
  • liquidityMetadataByToken: Returns liquidity metadata for a given token. Includes liquidity lock data for up to 100 pairs that the token is in.