Skip to main content
String!
The contract address of the token.
Int
The unix timestamp for the price.
Int!
The network ID the token is deployed on.
Float!
The token price in USD.
Int
The pool that emitted the swap generating this price
String
The token’s cumulative route-backed liquidity in USD, summed across the token’s pairs with valid routing liquidity. Null when this stat has not been computed for the token yet. Not available via subscription.
Float
The percent price change in the past 24 hours. Decimal format. Not available via subscription.
String
deprecated
The pool that emitted the swap generating this price
This field is deprecated. Pricing no longer based on specific pools
Float
deprecated
Ratio of how confident we are in the price
This field is deprecated. Pricing no longer based on specific pools

Used By

Returned by
  • getTokenPrices: Returns real-time or historical prices for a list of tokens, fetched in batches.
  • onPricesUpdated: Live-streamed price updates for multiple tokens.
  • onPriceUpdated: Live-streamed price updates for a token.