coingecko

package
v0.0.0-...-5cadadf Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type PairRes

type PairRes struct {
	TickerId string `json:"ticker_id"`
	Base     string `json:"base"`
	Target   string `json:"target"`
	PoolId   string `json:"pool_id"`
}

type PairsRes

type PairsRes []PairRes

type TickerRes

type TickerRes struct {
	TickerId       string `json:"ticker_id"`
	BaseCurrency   string `json:"base_currency"`
	TargetCurrency string `json:"target_currency"`
	LastPrice      string `json:"last_price"`
	BaseVolume     string `json:"base_volume"`
	TargetVolume   string `json:"target_volume"`
	PoolId         string `json:"pool_id"`
	LiquidityInUsd string `json:"liquidity_in_usd"`
}

type TickersRes

type TickersRes []TickerRes

Jump to

Keyboard shortcuts

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