Documentation
¶
Index ¶
Constants ¶
View Source
const ( BASEURL = "https://public.bitbank.cc/" PATH = "transactions" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { // btc_jpy, xrp_jpy, ltc_btc, eth_btc, mona_jpy, mona_btc, bcc_jpy, bcc_btc Pair string // YYYMMDD string AtDate string }
func (*Request) Get ¶
func (p *Request) Get() (Transactions, error)
type Response ¶
type Response struct { Success int `json:"success"` Data struct { Code int Transactions Transactions `json:"transactions"` } `json:"data"` }
type Transaction ¶
type Transactions ¶
type Transactions []Transaction
Click to show internal directories.
Click to hide internal directories.