forked from thrasher-corp/gocryptotrader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge branch 'master' into coinbase_api_revamp
Showing
31 changed files
with
1,048 additions
and
932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{{define "exchanges kucoin" -}} | ||
{{template "header" .}} | ||
## Kucoin Exchange | ||
|
||
### Current Features | ||
|
||
+ REST Support | ||
+ Websocket Support | ||
|
||
### Subscriptions | ||
|
||
Default Public Subscriptions: | ||
- Ticker for spot, margin and futures | ||
- Orderbook for spot, margin and futures | ||
- All trades for spot and margin | ||
|
||
Default Authenticated Subscriptions: | ||
- All trades for futures | ||
- Stop Order Lifecycle events for futures | ||
- Account Balance events for spot, margin and futures | ||
- Margin Position updates | ||
- Margin Loan updates | ||
|
||
Subscriptions are subject to enabled assets and pairs. | ||
|
||
Limitations: | ||
- 100 symbols per subscription | ||
- 300 symbols per connection | ||
|
||
Due to these limitations, if more than 10 symbols are enabled, ticker will subscribe to ticker:all. | ||
|
||
Unimplemented subscriptions: | ||
- Candles for Futures | ||
- Market snapshot for currency | ||
|
||
### Please click GoDocs chevron above to view current GoDoc information for this package | ||
|
||
{{template "contributions"}} | ||
{{template "donations" .}} | ||
{{end}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.