TriportRPC

Solana & EVM RPC method reference

Last updated:

RPC methods
MethodCategory
eth_getBalanceaccount
eth_getCodeaccount
eth_getProofaccount
eth_getStorageAtaccount
getAccountInfoaccount
getBalanceaccount
getMinimumBalanceForRentExemptionaccount
getMultipleAccountsaccount
getProgramAccountsaccount
getProgramAccountsV2account
getVoteAccountsaccount
debug_getRawBlockblock
debug_traceBlockByHashblock
debug_traceBlockByNumberblock
eth_blockNumberblock
eth_getBlockByHashblock
eth_getBlockByNumberblock
eth_getBlockReceiptsblock
eth_getBlockTransactionCountByHashblock
eth_getBlockTransactionCountByNumberblock
eth_getTransactionByBlockHashAndIndexblock
eth_getTransactionByBlockNumberAndIndexblock
eth_getUncleByBlockHashAndIndexblock
eth_getUncleByBlockNumberAndIndexblock
eth_getUncleCountByBlockHashblock
eth_getUncleCountByBlockNumberblock
eth_newBlockFilterblock
getBlockblock
getBlockCommitmentblock
getBlockHeightblock
getBlockProductionblock
getBlocksblock
getBlockTimeblock
getEpochInfoblock
getEpochScheduleblock
getFirstAvailableBlockblock
getLatestBlockhashblock
getLeaderScheduleblock
getMaxRetransmitSlotblock
getMaxShredInsertSlotblock
getRecentPerformanceSamplesblock
getSlotblock
getSlotLeaderblock
getSlotLeadersblock
isBlockhashValidblock
minimumLedgerSlotblock
trace_blockblock
trace_replayBlockTransactionsblock
admin_datadirnetwork
admin_nodeInfonetwork
admin_peersnetwork
bor_getAuthornetwork
bor_getCurrentProposernetwork
bor_getCurrentValidatorsnetwork
bor_getRootHashnetwork
bor_getSignersnetwork
bor_getSnapshotnetwork
debug_getRawHeadernetwork
debug_storageRangeAtnetwork
debug_traceCallnetwork
eth_chainIdnetwork
eth_feeHistorynetwork
eth_getFilterChangesnetwork
eth_getLogsnetwork
eth_getRootHashnetwork
eth_maxPriorityFeePerGasnetwork
eth_protocolVersionnetwork
eth_sendBundlenetwork
eth_syncingnetwork
eth_uninstallFilternetwork
getClusterNodesnetwork
getGenesisHashnetwork
getHealthnetwork
getIdentitynetwork
getInflationGovernornetwork
getInflationRatenetwork
getInflationRewardnetwork
getStakeMinimumDelegationnetwork
getSupplynetwork
getVersionnetwork
net_listeningnetwork
net_peerCountnetwork
net_versionnetwork
personal_listAccountsnetwork
personal_listWalletsnetwork
trace_filternetwork
txpool_contentnetwork
txpool_inspectnetwork
txpool_statusnetwork
web3_clientVersionnetwork
web3_sha3network
accountSubscribesubscription
accountUnsubscribesubscription
blockSubscribesubscription
blockUnsubscribesubscription
logsSubscribesubscription
logsUnsubscribesubscription
programSubscribesubscription
programUnsubscribesubscription
rootSubscribesubscription
rootUnsubscribesubscription
signatureSubscribesubscription
signatureUnsubscribesubscription
slotSubscribesubscription
slotsUpdatesSubscribesubscription
slotsUpdatesUnsubscribesubscription
slotUnsubscribesubscription
voteSubscribesubscription
voteUnsubscribesubscription
getTokenAccountBalancetoken
getTokenAccountsByDelegatetoken
getTokenAccountsByOwnertoken
getTokenAccountsByOwnerV2token
getTokenLargestAccountstoken
getTokenSupplytoken
debug_traceTransactiontransaction
eth_calltransaction
eth_callBundletransaction
eth_estimateGastransaction
eth_gasPricetransaction
eth_getTransactionByHashtransaction
eth_getTransactionCounttransaction
eth_getTransactionReceipttransaction
eth_sendRawTransactiontransaction
getFeeForMessagetransaction
getPriorityFeeEstimatetransaction
getRecentPrioritizationFeestransaction
getSignaturesForAddresstransaction
getTransactiontransaction
getTransactionCounttransaction
requestAirdroptransaction
sendBundletransaction
sendTransactiontransaction
simulateBundletransaction
simulateTransactiontransaction
trace_calltransaction
trace_transactiontransaction

How to use this section

  1. Find the method by name or category.
  2. Open it for parameters, returns and copy-paste code examples.
  3. Check the credit cost and related errors.

FAQ

Which chains are covered?
Solana, Ethereum and Polygon JSON-RPC methods.
Where do DAS methods live?
Digital Asset Standard methods have their own reference under /learn/das.
What is a credit?
A unit of usage; heavier methods cost more. See the cost calculator.