delta-exchange / python-rest-client

https://pypi.org/project/delta-rest-client/
13 stars 19 forks source link

dynamic calls return static data #14

Closed benjiqq closed 5 years ago

benjiqq commented 5 years ago

position call returns static data. kind of verbose, I think that could be queried separately by product_id.

{'user_id': ..., 'size': 1, 'entry_price': '3821.0', 'margin': '0.00002617', 'liquidation_price': '3490.0', 'bankruptcy_price': '3474.0', 'adl_level': 1, 'product': ...}

marif4444 commented 5 years ago

Can u send the api endpoint and params you are using?

bbc4468 commented 5 years ago

Wont be changing this in current version. Will remove this in V2. Just ignore the product data for now.