maintenanceMarginRatio -> maintenanceMarginRate

This commit is contained in:
Sam Germain
2022-02-16 09:04:43 -06:00
parent ef5dae2770
commit 124532a4b7
5 changed files with 1107 additions and 1107 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1891,7 +1891,7 @@ class Exchange:
return {
'min': tier['notionalFloor'],
'max': tier['notionalCap'],
'mmr': tier['maintenanceMarginRatio'],
'mmr': tier['maintenanceMarginRate'],
'lev': tier['maxLeverage'],
'maintAmt': float(info['cum']) if 'cum' in info else None,
}