Solana RPC Transactions API

Transaction-oriented JSON-RPC methods for the Solana blockchain. Includes sendTransaction to submit a signed transaction to the network, simulateTransaction to test a transaction without broadcasting, getTransaction to fetch a confirmed transaction by signature, getSignaturesForAddress to list transaction signatures for an address, getSignatureStatuses to check confirmation status of multiple signatures, getFeeForMessage to get the network fee for a given message, getLatestBlockhash to retrieve the most recent blockhash, isBlockhashValid to test blockhash expiry, getRecentPrioritizationFees for priority fee estimates, getTransactionCount for total processed transaction count, and requestAirdrop for devnet/testnet SOL.

API entry from apis.yml

apis.yml Raw ↑
aid: solana:solana-rpc-transactions-api
name: Solana RPC Transactions API
tags:
- Transactions
- Signatures
- Blockhash
- Blockchain
humanURL: https://solana.com/docs/rpc/http/sendtransaction
baseURL: https://api.mainnet.solana.com
properties:
- url: https://solana.com/docs/rpc/http
  type: Documentation
- url: https://solana.com/docs/rpc/http/sendtransaction
  type: APIReference
description: Transaction-oriented JSON-RPC methods for the Solana blockchain. Includes sendTransaction
  to submit a signed transaction to the network, simulateTransaction to test a transaction without broadcasting,
  getTransaction to fetch a confirmed transaction by signature, getSignaturesForAddress to list transaction
  signatures for an address, getSignatureStatuses to check confirmation status of multiple signatures,
  getFeeForMessage to get the network fee for a given message, getLatestBlockhash to retrieve the most
  recent blockhash, isBlockhashValid to test blockhash expiry, getRecentPrioritizationFees for priority
  fee estimates, getTransactionCount for total processed transaction count, and requestAirdrop for devnet/testnet
  SOL.