nifty_gateway_creators {cryptotrackr}R Documentation

nifty_gateway_creators

Description

nifty_gateway_creators

Usage

nifty_gateway_creators(
  username,
  limit = NULL,
  offset = NULL,
  timeout_seconds = 60
)

Arguments

username

the username you wish to query

limit

optionally provide the maximum number of results to return. This is a numeric parameter.

offset

optionally specify how many results to skip. This is a numeric parameter.

timeout_seconds

seconds until the query times out. Default is 60.

Value

returns a dataframe containing ownership information for all nifties created by the given creator and currently stored on Nifty Gateway

Examples


creators <- nifty_gateway_creators('beeple')

[Package cryptotrackr version 1.3.3 Index]