View source: R/nifty_gateway.R
nifty_gateway_user_nifties | R Documentation |
nifty_gateway_user_nifties
nifty_gateway_user_nifties(
username,
limit = NULL,
offset = NULL,
contract_address = NULL,
timeout_seconds = 60
)
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. |
returns a dataframe containing information about the nifties owned by the specified user
nifties <- nifty_gateway_user_nifties('tommy')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.