OKC Archive API
Below you will find the API documentation for the standard OKC Archive JSON-RPC calls that InfStones supports.
InfStones provides access to API endpoints for developers building on the OKC Archive chain. Developers can interact with on-chain data and send different types of transactions to the network by utilizing the API endpoints.
OKC Archive API follows a JSON-RPC standard. JSON-RPC is a stateless, lightweight, remote procedure call (RPC) protocol that is commonly used when interacting with OKC Archive 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.
Allows developers to both send ETH from one address to another, write data on-chain, and interact with smart contracts.
Returns information regarding an address's stored on-chain data.
Allows developers to read data from the blockchain which includes executing smart contracts. However, no data is published to the OKC Archive network.
Returns logs which are records that denote/provide context on specific events within a smart contract, like a token transfer or a change of ownership for example.
Returns information on the OKC Archive network and internal settings.
Allows developers to filter and query for specific OKC Archive logs.
Returns OKC Archive network web3 related operations
Last modified 23d ago