Bybit: Fix UpdateAccountInfo coin balance issue, improve GetWalletBalance and enhance test coverage (#1588)

* Bybit: Fix UpdateAccountInfo and enhance GetWalletBalance

* Update struct field and comments
This commit is contained in:
Adrian Gallagher
2024-07-29 12:36:10 +10:00
committed by GitHub
parent d1e36691b3
commit ba3dcc8e25
8 changed files with 308 additions and 214 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,8 @@
"X-Mbx-Apikey",
"Rest-Key",
"Apiauth-Key",
"X-Gemini-Apikey"
"X-Gemini-Apikey",
"X-Bapi-Api-Key"
],
"variables": [
"bsb",
@@ -14,6 +15,7 @@
"receiver_name",
"account_number",
"username",
"login"
"login",
"apiKey"
]
}