Documentation
¶
Overview ¶
Package statistics gathers data and makes history It can be useful when your API plan is under standard, not authorized to historical data
Index ¶
- func GatherCryptoQuote(options *types.Options, job *gocron.Job)
- func GatherExchangeMarketPairs(options *types.Options, targetSymbol string, job *gocron.Job)
- func GatherOhlcv(options *types.Options, job *gocron.Job)
- func GatherTokenMetric(symbol, addr string, job *gocron.Job)
- func TaskGatherCryptoQuote(options *types.Options)
- func TaskGatherExchangeMarketPairs(options *types.Options, targetSymbol string)
- func TaskGatherOhlcv(options *types.Options)
- func TaskGatherTokenMetric(symbol, addr string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatherCryptoQuote ¶
GatherCryptoQuote gathers crypto quote
func GatherExchangeMarketPairs ¶
GatherExchangeMarketPairs gathers exchange quotes
func GatherOhlcv ¶
GatherOhlcv gathers crypto quote
func GatherTokenMetric ¶
GatherTokenMetric gathers the number of token holders and transactions
func TaskGatherCryptoQuote ¶
TaskGatherCryptoQuote records crypto quote
func TaskGatherExchangeMarketPairs ¶
TaskGatherExchangeMarketPairs records exchange quotes
func TaskGatherOhlcv ¶
TaskGatherOhlcv records crypto quote
func TaskGatherTokenMetric ¶
func TaskGatherTokenMetric(symbol, addr string)
TaskGatherTokenMetric records the number of token holders and transactions symbol: Token symbol for log addr: Token contract address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.