Skip to main content

103 docs tagged with "openrpc"

View all tags

address

Schema definition for address.

Block

Schema definition for Block.

BlockTag

`earliest`: The lowest numbered block the client has available; `finalized`: The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination; `safe`: The most recent block that is safe from re-orgs under honest majority and certain synchronicity assumptions; `latest`: The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions; `pending`: A sample next block built by the client on top of `latest` and containing the set of transactions usually taken from local mempool. Before the merge transition is finalized, any call querying for `finalized` or `safe` block MUST be responded to with `-39001: Unknown block` error

byte

Schema definition for byte.

bytes

Schema definition for bytes.

bytes32

Schema definition for bytes32.

bytes48

Schema definition for bytes48.

bytes65

Schema definition for bytes65.

bytes8

Schema definition for bytes8.

bytes96

Schema definition for bytes96.

eth_call

Documentation for JSON-RPC method eth_call.

eth_chainId

Documentation for JSON-RPC method eth_chainId.

eth_feeHistory

Returns transaction base fee per gas and effective priority fee per gas for the requested/supported block range.

eth_getCode

Documentation for JSON-RPC method eth_getCode.

eth_getLogs

Documentation for JSON-RPC method eth_getLogs.

eth_syncing

Documentation for JSON-RPC method eth_syncing.

Filter

Schema definition for Filter.

Flashbots JSON-RPC API

This section provides an interactive reference for Flashbots JSON-RPC API endpoint. The API builds on a set of standard Ethereum methods with Flashbots-specific enhancements, and is designed for seamless integration into dapps.

hash32

Schema definition for hash32.

Log

Schema definition for Log.

ratio

Schema definition for ratio.

uint

Schema definition for uint.

uint256

Schema definition for uint256.

uint64

Schema definition for uint64.