ranking

package
v0.0.0-...-44eb7c0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const RANKURL = "https://lightning.bitflyer.com/api/trade/ranking?contractRegion=JP"

Variables

This section is empty.

Functions

This section is empty.

Types

type Ranker

type Ranker struct {
	CalculatedDate     string    `json:"calculated_date,omitempty"`
	Nickname           string    `json:"nickname,omitempty"`
	NumberOfTrades     int       `json:"number_of_trades,omitempty"`
	Volume             float64   `json:"volume,omitempty"`
	DiffNumberOfTrades int       `json:"diff_number_of_trades,omitempty"`
	DiffVolume         float64   `json:"diff_volume,omitempty"`
	DiffOneShot        float64   `json:"diff_one_shot,omitempty"`
	CreatedAt          time.Time `json:"created_at,omitempty"`
}

func Get

func Get(key string) ([]Ranker, error)

Get open ranking informations, day & week key is VOLUME or DAYLY ...

Jump to

Keyboard shortcuts

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