mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Coinbene: Fix ticker pair parsing (#663)
* Fix coinbene ticker pair parsing * Update swap path plus add get instruments method * Fix tests * Add additional swap ticker fields * Add endpoint to auth payload request
This commit is contained in:
7
testdata/configtest.json
vendored
7
testdata/configtest.json
vendored
@@ -2360,10 +2360,11 @@
|
||||
],
|
||||
"pairs": {
|
||||
"perpetualswap": {
|
||||
"enabled": "BTC/USDT",
|
||||
"available": "EOS/USDT,LTC/USDT,ETH/USDT,BTC/USDT",
|
||||
"enabled": "BTC/SWAP",
|
||||
"available": "YFI/SWAP,SUSHI/SWAP,TRX/SWAP,ETC/SWAP,XRP/SWAP,LTC/SWAP,EOS/SWAP,FIL/SWAP,UNI/SWAP,DOT/SWAP,LINK/SWAP,BSV/SWAP,BCH/SWAP,ETH/SWAP,BTC/SWAP",
|
||||
"requestFormat": {
|
||||
"uppercase": true
|
||||
"uppercase": true,
|
||||
"delimiter": "-"
|
||||
},
|
||||
"configFormat": {
|
||||
"uppercase": true,
|
||||
|
||||
Reference in New Issue
Block a user