v1

package
v0.0.0-...-90ad8ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func V1GetChart

func V1GetChart(context echo.Context) error

func V1GetCurrencies

func V1GetCurrencies(context echo.Context) error

func V1GetK

func V1GetK(context echo.Context) error

func V1GetMarkets

func V1GetMarkets(context echo.Context) error

func V1GetOrder

func V1GetOrder(context echo.Context) error

func V1GetOrders

func V1GetOrders(context echo.Context) error

func V1GetTickers

func V1GetTickers(context echo.Context) error

func V1GetTickersMarket

func V1GetTickersMarket(context echo.Context) error

func V1GetTrades

func V1GetTrades(context echo.Context) error

func V1GetTradesMy

func V1GetTradesMy(context echo.Context) error

func V1GetUsersAccounts

func V1GetUsersAccounts(context echo.Context) error

func V1GetUsersAccountsCurrency

func V1GetUsersAccountsCurrency(context echo.Context) error

func V1GetUsersMe

func V1GetUsersMe(context echo.Context) error

func V1Getdepth

func V1Getdepth(context echo.Context) error

func V1PostOrderDelete

func V1PostOrderDelete(context echo.Context) error

func V1PostOrders

func V1PostOrders(context echo.Context) error

func V1PostOrdersClear

func V1PostOrdersClear(context echo.Context) error

func V1PostUsersAccountsCurrency

func V1PostUsersAccountsCurrency(context echo.Context) error

func V1PostUsersLogin

func V1PostUsersLogin(context echo.Context) error

Types

type Depth

type Depth struct {
	Timestamp       int64       `json:"timestamp"`
	Asks            interface{} `json:"asks"`
	Bids            interface{} `json:"bids"`
	PriceGroupFixed string      `json:"price_group_fixed"`
}

type TradeCache

type TradeCache struct {
	Amount    string `json:"amount"`
	Date      int    `json:"date"`
	OwnerSn   string `json:"owner_sn"`
	Price     string `json:"price"`
	Tid       int    `json:"tid"`
	TradeType string `json:"type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL