nifty_gateway_user_nifties {cryptotrackr}R Documentation

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
)

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.

Value

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

Examples


nifties <- nifty_gateway_user_nifties('tommy')

[Package cryptotrackr version 1.3.3 Index]