solana_get_account_info | R Documentation |
solana_get_account_info
solana_get_account_info(url, pubkey, timeout_seconds = 60)
url |
the RPC url for your API call |
pubkey |
the pubkey for which you're retrieving account info |
timeout_seconds |
seconds until the query times out. Default is 60. |
Returns all information associated with the account of provided Pubkey
url <- "https://api.devnet.solana.com"
pubkey <- "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
data <- solana_get_account_info(url, pubkey)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.