mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-18 01:44:38 +08:00
feat: init coinank openapi http request framework (#1240)
This commit is contained in:
25
provider/coinank/coinank_enum/exchange.go
Normal file
25
provider/coinank/coinank_enum/exchange.go
Normal file
@@ -0,0 +1,25 @@
|
||||
package coinank_enum
|
||||
|
||||
type Exchange string
|
||||
|
||||
const ( // all maybe support exchange
|
||||
Binance Exchange = "Binance"
|
||||
Huobi Exchange = "Huobi"
|
||||
Okex Exchange = "Okex"
|
||||
Bitmex Exchange = "Bitmex"
|
||||
FTX Exchange = "FTX"
|
||||
Bybit Exchange = "Bybit"
|
||||
Gate Exchange = "Gate"
|
||||
Bitget Exchange = "Bitget"
|
||||
dYdX Exchange = "dYdX"
|
||||
Deribit Exchange = "Deribit"
|
||||
Kraken Exchange = "Kraken"
|
||||
Bitfinex Exchange = "Bitfinex"
|
||||
AAX Exchange = "AAX"
|
||||
CME Exchange = "CME"
|
||||
Upbit Exchange = "Upbit"
|
||||
Coinbase Exchange = "Coinbase"
|
||||
Hyperliquid Exchange = "Hyperliquid"
|
||||
Bitunix Exchange = "Bitunix"
|
||||
Aster Exchange = "Aster"
|
||||
)
|
||||
Reference in New Issue
Block a user