mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 15:10:59 +00:00
Exchanges: Include format pair in wrapper functions and test for formatting issues via tool wrapper issues (#582)
* Adds formatting of pair within binance wrapper, adds return of error from cli.ShowCommmandHelp * Add formatting function to submit order wrapper functions * Remove superfluous functionality * Updated exchange wrapper issues to create a disruptive pair to see which exchanges require attention, updates currency code generation and matching * reinstated format check, fixed tests * fixed niterinos * fix test * fix spelling mistake * make html file more aesthetic * Add missing format pairs * add formatting to pair for BTC Markets func * fix spelling
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"withdrawWalletAddress": "",
|
||||
"bankAccount": {
|
||||
"bankAccountName": "bankAccountName",
|
||||
"bankAccountNumber": 1337,
|
||||
"bankAccountNumber": "1337",
|
||||
"bankAddress": "bankAddress",
|
||||
"bankCity": "bankCity",
|
||||
"bankCountry": "bankCountry",
|
||||
@@ -33,7 +33,6 @@
|
||||
"intermediaryBankCode": 1337
|
||||
},
|
||||
"exchanges": {
|
||||
"alphapoint": {},
|
||||
"binance": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
@@ -101,6 +100,11 @@
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"ftx": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
"otpSecret": "-"
|
||||
},
|
||||
"gateio": {
|
||||
"key": "Key",
|
||||
"secret": "Secret",
|
||||
|
||||
Reference in New Issue
Block a user