Liquidity Metadata By Token

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

NameTypeDescription
networkIdInt!

The network id of the token.

Required
tokenAddressString!

The address of the token.

Required

Response

NameTypeDescription
lockBreakdown[LiquidityLockBreakdownForToken]!A breakdown of how much and where liquidity is locked.
lockedLiquidityPercentageFloat!The percentage of liquidity that is locked.
lockedLiquidityUsdString!The locked liquidity in USD.
lockedTokenLiquidityString!The locked amount of tokens in pairs.
lockedTokenLiquidityShiftedString!The locked amount of tokens in pairs shifted by number of decimals the token has.
networkIdInt!The network ID the token is deployed on.
tokenAddressString!The address of the token.
totalLiquidityUsdString!The total liquidity in USD.
totalTokenLiquidityString!The total amount of tokens in pairs.
totalTokenLiquidityShiftedString!The total amount of tokens in pairs shifted by number of decimals the token has.

👋

Join our Discord

Ask questions, share what you're working on and request new features 👬👭