Learn R Programming

cryptotrackr (version 1.3.3)

nifty_gateway_creators: nifty_gateway_creators

Description

nifty_gateway_creators

Usage

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

Value

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

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.

Examples

Run this code
# \donttest{
creators <- nifty_gateway_creators('beeple')# }

Run the code above in your browser using DataLab