The Wayback Machine - https://web.archive.org/web/20220320134301/https://github.com/topics/orderbook
Skip to content
#

orderbook

Here are 151 public repositories matching this topic...

cmackeen
cmackeen commented Aug 6, 2020

It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.

Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods

cryptochassis
cryptochassis commented Apr 14, 2021

Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be

OrderBook Heatmap visualizes the limit order book, compares resting limit orders and shows a time & sales log with live market data streamed directly from the Binance WS API. This was a short exploratory project. Keep in mind that a lot of work is needed for this to work in all market conditions.

  • Updated Mar 9, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the orderbook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orderbook topic, visit your repo's landing page and select "manage topics."

Learn more