
Download transaction data from the Cronos POS chain
Source:R/fetch_cronos_pos.R
fetch_cronos_pos.Rd
Downloads transaction data from the Cronos Proof-of-Stake chain / the Crypto.com DeFi wallet, through the API.
Arguments
- address
The Cronos POS wallet address (starts with "cro1...")
- limit
Query number of transactions results per page returned (default 100)
- perform
Whether to execute the API request (if
TRUE
), or just return how the request would be formatted (ifFALSE
).- verbose
Logical, if
FALSE
, does not print warnings to console.