JSON-RPC methods
Infura provides access to the StarkNet network via a Pathfinder full node client which supports the following subset of the StarkNet methods.
starknet_getStateUpdate
starknet_getNonce
starknet_getBlockWithTxHashes
starknet_getBlockWithTxs
starknet_getStorageAt
starknet_getTransactionByBlockIdAndIndex
starknet_getBlockTransactionCount
starknet_pendingTransactions
starknet_getTransactionByHash
starknet_getTransactionReceipt
starknet_getClass
starknet_getClassHashAt
starknet_getClassAt
starknet_call
starknet_blockNumber
starknet_blockHashAndNumber
starknet_chainId
starknet_syncing
starknet_getEvents
starknet_addInvokeTransaction
starknet_addDeployTransaction
starknet_addDeployAccountTransaction
starknet_addDeclareTransaction
starknet_estimateFee
Last modified 3mo ago