Learn R Programming

cryptotrackr (version 1.3.3)

nifty_gateway_user_nifties: nifty_gateway_user_nifties

Description

nifty_gateway_user_nifties

Usage

nifty_gateway_user_nifties(
  username,
  limit = NULL,
  offset = NULL,
  contract_address = NULL,
  timeout_seconds = 60
)

Value

returns a dataframe containing information about the nifties owned by the specified user

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.

contract_address

optionally filter results by contract address.

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
# \donttest{
nifties <- nifty_gateway_user_nifties('tommy')# }

Run the code above in your browser using DataLab