Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitgetLimited
GitHub Repository: BitgetLimited/V3-bitget-api-sdk
Path: blob/master/bitget-golang-sdk-api/internal/model/subscribereq.go
735 views
1
package model
2
3
type SubscribeReq struct {
4
InstType string `json:"instType"`
5
Channel string `json:"channel"`
6
InstId string `json:"instId"`
7
Coin string `json:"coin"`
8
}
9
10