solana_get_signature_for_address | R Documentation |
solana_get_signature_for_address
solana_get_signature_for_address(
url,
address,
limit = NULL,
timeout_seconds = 60
)
url |
the RPC url for your API call |
address |
the address for which you're retrieving signatures |
limit |
maximum transaction signatures to return (between 1 and 1,000). Default is 1,000. |
timeout_seconds |
seconds until the query times out. Default is 60. |
Returns signatures for confirmed transactions that include the given address in their accountKeys list. Returns signatures backwards in time from the provided signature or most recent confirmed block
url <- "https://api.devnet.solana.com"
address <- "Vote111111111111111111111111111111111111111"
data <- solana_get_signature_for_address(url,address)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.