Token Pairs candle data

I have list of token pairs like ETHBTC, BNBBTC from binance api. How can i get the candle data for the same using bitquery ?

Hi Ajay welcome to the forum! If you want to get that OHLC you would have to look for some LP in some DEX that have those features. We do not provide OHLC for CEX.

I had found api for DEX LP tokens, but why do they requires date for themselves ? In all api`s there’s date mentioned for pairs.
For example: token pairs on uniswap

You can setup the query to show the last price

@bitquery-support i was asking about the token pair listing. It has a from date field.

do you mean this field dates: count(uniq: dates) in your query?