powered by
solana_get_account_info
solana_get_account_info(url, pubkey, timeout_seconds = 60)
Returns all information associated with the account of provided Pubkey
the RPC url for your API call
the pubkey for which you're retrieving account info
seconds until the query times out. Default is 60.
# \donttest{ url <- "https://api.devnet.solana.com" pubkey <- "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg" data <- solana_get_account_info(url, pubkey)# }
Run the code above in your browser using DataLab