Learn R Programming

cryptotrackr (version 1.3.3)

solana_get_account_info: solana_get_account_info

Description

solana_get_account_info

Usage

solana_get_account_info(url, pubkey, timeout_seconds = 60)

Value

Returns all information associated with the account of provided Pubkey

Arguments

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.

Examples

Run this code
# \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