Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + type DataSource struct + func New(apiKey string) *DataSource + func (d *DataSource) Query(ctx context.Context, category, metric, asset string, options QueryOptions) (glassnodeapi.DataSlice, error) + func (d *DataSource) QueryFuturesOpenInterest(ctx context.Context, currency string) (float64, error) + func (d *DataSource) QueryMarketCapInUSD(ctx context.Context, currency string) (float64, error) + type QueryOptions struct + Currency *string + Interval *glassnodeapi.Interval + Since *time.Time + Until *time.Time