StarkNet API
Below you will find the API documentation for the standard StarkNet JSON-RPC calls that InfStones supports.
InfStones provides access to API endpoints for developers building on the StarkNet chain. Developers can interact with on-chain data and send different types of transactions to the network by utilizing the API endpoints.
StarkNet API follows a JSON-RPC standard. JSON-RPC is a stateless, lightweight, remote procedure call (RPC) protocol that is commonly used when interacting with StarkNet chain.
Retrieves information from a particular block in the blockchain.
Retrieves information on the state data for addresses regardless of whether it is a user or a smart contract.
Returns information regarding an address's stored on-chain data.
Returns information on the StarkNet network and internal settings.
Allows developers to read data from the blockchain which includes executing smart contracts. However, no data is published to the StarkNet network.
Last modified 23d ago