# How to get Limit Order history Fill information?

**URL:** https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362
**Category:** 3.0 Developer Portal
**Created:** [April 19, 2022, 3:59pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362 "2022-04-19T15:59:14Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![simony](https://avatars.discourse-cdn.com/v4/letter/s/c37758/32.png) [@simony](https://gov.1inch.network/u/simony)
#### Post date: [April 19, 2022, 3:59pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/1 "2022-04-19T15:59:14Z")

</div>

I have tried 2 ways:

1. Using Limit order protocol API, but it limited to 999 transactions, and it only provide you 2021 year end transactions. So not very helpful.  
Please correct me if I use this API wrong.
2. I tried to grab from every main-net block transactions, its a very very slow and expensive process. No good either

If anyone knows a better solution, please let me know. Thanks.

---

<div class="post-metadata">

### Author: ![RoundElephant](https://sea1.discourse-cdn.com/flex001/user_avatar/gov.1inch.network/roundelephant/32/45_2.png) [@RoundElephant](https://gov.1inch.network/u/RoundElephant)
#### Post date: [April 22, 2022, 12:40pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/2 "2022-04-22T12:40:50Z")

</div>

I just checked with the team – there is currently not a way to do this with the 1inch API. A third party platform, or a block explorer, is the only way to get this data.

---

<div class="post-metadata">

### Author: ![Anonymous38](https://avatars.discourse-cdn.com/v4/letter/a/8491ac/32.png) [@Anonymous38](https://gov.1inch.network/u/Anonymous38)
#### Post date: [April 24, 2022, 10:10pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/3 "2022-04-24T22:10:47Z")

</div>

If order was filled at least partially you could extract order information from calldata, for example on [dune.com](http://dune.com) platform

---

<div class="post-metadata">

### Author: ![Anonymous38](https://avatars.discourse-cdn.com/v4/letter/a/8491ac/32.png) [@Anonymous38](https://gov.1inch.network/u/Anonymous38)
#### Post date: [April 24, 2022, 10:41pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/4 "2022-04-24T22:41:11Z")

</div>

You can get every fill of your order with this query: [Dune](https://dune.com/queries/635178)

---

<div class="post-metadata">

### Author: ![Anonymous38](https://avatars.discourse-cdn.com/v4/letter/a/8491ac/32.png) [@Anonymous38](https://gov.1inch.network/u/Anonymous38)
#### Post date: [April 24, 2022, 10:44pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/5 "2022-04-24T22:44:38Z")

</div>

BTW you could use TheGraph for this task

---

<div class="post-metadata">

### Author: ![simony](https://avatars.discourse-cdn.com/v4/letter/s/c37758/32.png) [@simony](https://gov.1inch.network/u/simony)
#### Post date: [April 25, 2022, 7:18pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/6 "2022-04-25T19:18:38Z")

</div>

Thanks for the answer, Dune is very powerful. I am able to grab the fills info from there.

---

<div class="post-metadata">

### Author: ![simony](https://avatars.discourse-cdn.com/v4/letter/s/c37758/32.png) [@simony](https://gov.1inch.network/u/simony)
#### Post date: [April 25, 2022, 7:19pm UTC](https://gov.1inch.network/t/how-to-get-limit-order-history-fill-information/362/7 "2022-04-25T19:19:23Z")

</div>

I agree, using the api to get passive fills seems not working and the query is not get maintained.
