coinmarketcap

package
v0.0.0-...-ba036dd Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type TickerRes

type TickerRes struct {
	BaseId      string `json:"base_id"`
	BaseName    string `json:"base_name"`
	BaseSymbol  string `json:"base_symbol"`
	QuoteId     string `json:"quote_id"`
	QuoteName   string `json:"quote_name"`
	QuoteSymbol string `json:"quote_symbol"`
	LastPrice   string `json:"last_price"`
	BaseVolume  string `json:"base_volume"`
	QuoteVolume string `json:"quote_volume"`
}

type TickersRes

type TickersRes map[string]TickerRes

Jump to

Keyboard shortcuts

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