Gmx v2 - Funding rates (#6)

* Setup GMX v2

* Add get markets

* Map token with service

* Add get market info data

* Add get markets

* Add get market token prices

* Get markets infos multicall

* Try call datastore

* Add some tests to figure out why datastore call dont work

* Update funding rates

* clean
This commit is contained in:
Oda
2024-08-17 06:50:18 +07:00
committed by GitHub
parent b4087753c7
commit 68aa7fff5d
75 changed files with 8979 additions and 608 deletions

View File

@@ -21,6 +21,7 @@ It contains bot management, backtesting, scenario management and money managemen
- [x] Adaptive trading
- [x] Account management
- [x] Workers (prices, backtests, volumes)
- [x] Bot backup
## v2 - The custody back
@@ -39,6 +40,7 @@ It contains bot management, backtesting, scenario management and money managemen
- [ ] Address tracking
- [ ] Trading desk
- [ ] Metrics (backtests, portofolio)
- [ ] Account Abstraction Layer
- [ ] Enhance performances
- [ ] Dockerize everything