Versions in this module Expand all Collapse all v0 v0.1.0 Sep 25, 2023 Changes in this version + const Level1 + const Level2 + const Level3 + func CancelOrder(ctx *gin.Context) + func CancelOrders(ctx *gin.Context) + func ChangePassword(ctx *gin.Context) + func GetAccounts(ctx *gin.Context) + func GetConfigs(ctx *gin.Context) + func GetCurrentUser(ctx *gin.Context) *models.User + func GetOrders(ctx *gin.Context) + func GetProductCandles(ctx *gin.Context) + func GetProductOrderBook(ctx *gin.Context) + func GetProductTicker() + func GetProductTrades(ctx *gin.Context) + func GetProducts(ctx *gin.Context) + func GetToken(ctx *gin.Context) + func GetUsersSelf(ctx *gin.Context) + func GetWalletAddress(ctx *gin.Context) + func GetWalletTransactions(ctx *gin.Context) + func PlaceOrder(ctx *gin.Context) + func SignIn(ctx *gin.Context) + func SignOut(ctx *gin.Context) + func SignUp(ctx *gin.Context) + func StartServer() + func Withdrawal(ctx *gin.Context) + type AccountVo struct + Available string + Currency string + CurrencyIcon string + Hold string + Id string + type HttpServer struct + func NewHttpServer(addr string) *HttpServer + func (server *HttpServer) Start() + type ProductVo struct + BaseCurrency string + BaseMaxSize string + BaseMinSize string + BaseScale int32 + Id string + QuoteCurrency string + QuoteIncrement string + QuoteScale int32 + type SignUpRequest struct + Email string + Password string