String!
required
The contract address of the token.
Int!
required
The network ID the token is deployed on.
Int
The unix timestamp for the price.
String
The address of the pool, when omitted the top pool is used.
Int
The block number for the price. It must be provided in addition to the timestamp to get a per block breakdown at a specific timestamp.
Float
deprecated
The maximum number of deviations from the token’s Liquidity-Weighted Mean Price. This is used to mitigate low liquidity pairs producing prices that are not representative of reality. Default is
1.Used By
Used as input by- getTokenPrices: Returns real-time or historical prices for a list of tokens, fetched in batches.