gemini-python icon indicating copy to clipboard operation
gemini-python copied to clipboard

A python client for the Gemini API and Websocket

Results 10 gemini-python issues
Sort by recently updated
recently updated
newest added

Adds functionality to estimate gas fees for ETH and ERC-20 withdrawal

Problem: It looks like the get_past_trades method requires the symbol as an argument, but the gemini API does not require this. Doing it this way requires a user to make...

I ran `pip install gemini_python` but when I try to run the following simple script to place an order: ``` import gemini import secrets def main(): r = gemini.PrivateClient(secrets.api_key, secrets.api_secret)...

I noticed that in `private_client.py` the `api_query` method only returns the JSON data from the response object instead of the full response object. Is there a reason behind this? My...

Since gemini now supports order type "exchange stop limit", can we get that added? https://docs.gemini.com/rest-api/#new-order

Added support for get ticker version 2

When I am using the get_trade_history I only get 50 trades, not 500 like the README claims. This doesn't change even when I use the since argument. The 50 trades...

Bumps [requests](https://github.com/psf/requests) from 2.18.1 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Let's try dysfunction can work or not