Uniswap / uniswapx-service

UniswapX Order Service
GNU General Public License v3.0
40 stars 17 forks source link

Allow api consumers to pass sorting order DESC/ASC #162

Closed rileydcampbell closed 1 year ago

rileydcampbell commented 1 year ago

This is important for the bot so we can query orders FIFO. Also, import for market makers because they probably want to see LIFO.

rileydcampbell commented 1 year ago

Added this here: https://github.com/Uniswap/gouda-service/pull/170