Merge pull request #422 from pikers/kraken_pair_status
Add `.status: str` to kraken pairs..cz_post_ftx
commit
209e1085ae
|
@ -86,6 +86,7 @@ class Pair(Struct):
|
||||||
margin_stop: str # stop-out/liquidation margin level
|
margin_stop: str # stop-out/liquidation margin level
|
||||||
ordermin: float # minimum order volume for pair
|
ordermin: float # minimum order volume for pair
|
||||||
tick_size: float # min price step size
|
tick_size: float # min price step size
|
||||||
|
status: str
|
||||||
|
|
||||||
|
|
||||||
class OHLC(Struct):
|
class OHLC(Struct):
|
||||||
|
|
Loading…
Reference in New Issue