# Get the less value

**URL:** https://community.bitquery.io/t/get-the-less-value/1725
**Category:** GraphQL API
**Created:** [November 3, 2023, 10:30am UTC](https://community.bitquery.io/t/get-the-less-value/1725 "2023-11-03T10:30:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![iotaliyan](https://avatars.discourse-cdn.com/v4/letter/i/d26b3c/32.png) [@iotaliyan](https://community.bitquery.io/u/iotaliyan)
#### Post date: [November 3, 2023, 10:30am UTC](https://community.bitquery.io/t/get-the-less-value/1725/1 "2023-11-03T10:30:54Z")

</div>

I want to get all list of tokens on Ethereum based on close candle on ATL, based on thier date reaching to atl

---

<div class="post-metadata">

### Author: ![Divya](https://avatars.discourse-cdn.com/v4/letter/d/13edae/32.png) [@Divya](https://community.bitquery.io/u/Divya)
#### Post date: [November 4, 2023, 5:00am UTC](https://community.bitquery.io/t/get-the-less-value/1725/2 "2023-11-04T05:00:49Z")

</div>

This query gives you ATH, and ATL with the txhash and time. To get this for multiple token use it like

```auto
{Buy: {Currency: {SmartContract: {in: ["A","B"] }}}}

```

> **[ATH ATL dogecoin on ethereum](https://ide.bitquery.io/ATH-ATL-dogecoin-on-ethereum_2)**
>
> ATH ATL dogecoin on ethereum
