Merge pull request #422 from pikers/kraken_pair_status

Add `.status: str` to kraken pairs..
cz_post_ftx
goodboy 2022-11-17 15:22:17 -05:00 committed by GitHub
commit 209e1085ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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):