-
Updated
Jan 21, 2022 - Python
orderbook
Here are 151 public repositories matching this topic...
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Feb 18, 2022 - C
-
Updated
Jan 12, 2022 - Python
-
Updated
Jun 11, 2021 - Python
-
Updated
Mar 14, 2022 - C++
-
Updated
Mar 14, 2022 - Rust
-
Updated
Nov 20, 2019 - Go
-
Updated
May 16, 2021 - Go
-
Updated
Jan 2, 2022 - Python
-
Updated
Apr 20, 2020 - Go
-
Updated
Jan 28, 2021 - Python
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
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Apr 12, 2019 - Go
-
Updated
Apr 13, 2018 - Rust
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Mar 16, 2022 - Rust
-
Updated
Feb 18, 2022 - Jupyter Notebook
-
Updated
Oct 12, 2021 - C
fix scrape_start()
-
boolean flag for scrape_running() status
-
save to raw_data_pipeline folder
-
timezone basis/reference config (timezone of scrape)
-
outline of function def for new hour of data (mock function)
-
outline of error handling if scrape interrupted
-
Updated
Jul 16, 2018 - JavaScript
-
Updated
Jan 10, 2021 - JavaScript
-
Updated
Mar 4, 2022 - C#
Improve this page
Add a description, image, and links to the orderbook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orderbook topic, visit your repo's landing page and select "manage topics."


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