coinex
coinex copied to clipboard
coinex.com API wrapper
from somewhere_else import access_id, secret No module named 'somewhere_else'
Hi I ve added a few essential endpoints to work with coinex perpetual markets
Hi Error : C:\Users\Administrator\Desktop>coinex.py Traceback (most recent call last): File "C:\Users\Administrator\Desktop\coinex.py", line 1, in from coinex.coinex import CoinEx, CoinExApiError File "C:\Users\Administrator\Desktop\coinex.py", line 1, in from coinex.coinex import CoinEx, CoinExApiError ModuleNotFoundError:...
- coinex is filtred in iran, so i added support for proxies :)
Hi Thank you very much for your code, I have a question and its about margin account. How it is poossible to put a buy/sell orders in margin or perpetual...
added api Request : Acquire AMM Market List call: coinex.amm_list() as return it return array ['CETUSDT', 'CETUSDC', 'CETBTC', 'CETBCH', 'CETETH', ... ] of currencies.
Hi, Is it possible for you to add a function to acquire market statistics and come up with a time series of past market values for a specific symbol? And...