magic_eden_tokens_owned | R Documentation |
magic_eden_tokens_owned
magic_eden_tokens_owned(
wallet,
offset = NULL,
limit = NULL,
list_status = NULL,
timeout_seconds = 60
)
wallet |
the address of the wallet you are trying to query |
offset |
optionally provide a numeric value to specify number of results to skip. |
limit |
optionally provide a numeric limit to specify maximum number of results. |
list_status |
either "listed", "unlisted" or "both". The default is "both". |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing all tokens owned by specified wallet.
wallet <- "72tXz6jhGVPFE8ZfAQocJPJU3HgxsdrRqKZoUdWUhs7o"
magic_eden_tokens_owned(wallet, timeout_seconds = 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.