Learn R Programming

cryptotrackr (version 1.3.3)

magic_eden_token_listings: magic_eden_token_listings

Description

magic_eden_token_listings

Usage

magic_eden_token_listings(mint_address, timeout_seconds = 60)

Value

returns a dataframe containing the token listings for the specified mint address.

Arguments

mint_address

the mint address of the token you wish to query

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
mint_address <- "Hd6sxFEEQQA5aURaWaDesi23AkM19bBkKave1hyWvnfS"
magic_eden_token_listings(mint_address, timeout_seconds = 4.5)

Run the code above in your browser using DataLab