Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pair ¶
type Pair struct { BaseCode string `json:"baseCode"` CounterCode string `json:"counterCode"` Price float64 `json:"price,string"` }
Pair ...
type PairResponse ¶
type PairResponse struct {
Pairs []Pair `json:"availablePairs"`
}
PairResponse ...
Click to show internal directories.
Click to hide internal directories.