magic_eden_transactions: magic_eden_transactions

View source: R/magic_eden.R

magic_eden_transactionsR Documentation

magic_eden_transactions

Description

magic_eden_transactions

Usage

magic_eden_transactions(
  wallet,
  offset = NULL,
  limit = NULL,
  timeout_seconds = 60
)

Arguments

wallet

the address of the wallet you are trying to query

offset

optionally provide a numeric value to specify number of transactions to skip.

limit

optionally provide a numeric limit to specify maximum number of results.

timeout_seconds

seconds until the query times out. Default is 60.

Value

returns a dataframe containing all transactions for the specified wallet.

Examples

wallet <- "72tXz6jhGVPFE8ZfAQocJPJU3HgxsdrRqKZoUdWUhs7o"
magic_eden_transactions(wallet, timeout_seconds = 4.5)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.