Description Usage Arguments Value Examples
Retrieves staking rewards for a specific account from https://solanabeach.io.
1 2 3 4 5 6 7 8 9 10 11 12 | parse_solana(
address,
pp_security_name = "Solana",
currency = "EUR",
pp_lang = "EN",
securities_account = NULL,
api_key,
dec = NULL,
sep = ";",
filename = NULL,
by_day = TRUE
)
|
address |
|
pp_security_name |
character |
currency |
character |
pp_lang |
character |
securities_account |
character |
api_key |
character |
dec |
character
|
sep |
character |
filename |
character |
by_day |
logical |
tibble::tibble (invisibly)
1 2 3 4 5 6 7 8 9 10 11 12 | # single address
parse_solana("AsbXE1vn9Z2uZftkQKDMg9cx3ZaKGExxzfwe2u8uj9ZZ",
api_key = Sys.getenv("solanabeach_api_key"), dec = "."
)
# multiple addresses
parse_solana(c(
"AsbXE1vn9Z2uZftkQKDMg9cx3ZaKGExxzfwe2u8uj9ZZ",
"HUKZz7MK9dMGis2AC8trhSME3WFRSivVMfVDypkkNWJR"
),
pp_lang = "EN", dec = ".",
api_key = Sys.getenv("solanabeach_api_key")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.