drift-labs / driftpy

python sdk to interact with drift v2
https://drift-2.gitbook.io/driftpy-for-dummies/
58 stars 39 forks source link

How to set fee for place/cancel order on DrifrPy? #159

Open SaushkinRoman opened 4 months ago

SaushkinRoman commented 4 months ago

How to set fee for place/cancel order on DrifrPy?

SaushkinRoman commented 4 months ago

my code: ... await drift_client.cancel_orders(market_index=0, market_type=MarketType.Perp(), sub_account_id=0) ...