solana_get_account_info: solana_get_account_info

View source: R/solana.R

solana_get_account_infoR 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)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.