solana_get_account_info {cryptotrackr}R Documentation

solana_get_account_info

Description

solana_get_account_info

Usage

solana_get_account_info(url, pubkey, timeout_seconds = 60)

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.

Value

Returns all information associated with the account of provided Pubkey

Examples


url <- "https://api.devnet.solana.com"
pubkey <- "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
data <- solana_get_account_info(url, pubkey)

[Package cryptotrackr version 1.3.3 Index]