How to get exchange data using Tycho?
If you are interested in extending the sub-millisecond Tycho DEX data feed, this page is for you.
This app uses a custom version of the Tycho API prototype which you can extend. You can copy the crate's source outright.
The Tycho API Rust crate gives you an interface of 1) Websocket interface to read all the pool's state 2) HTTP interface for getting quote for a token pair.
For more detail, visit https://docs.propellerheads.xyz/tycho/for-solvers/simulation#main-interface.
Last updated