Alchemy · Example Payload

Alchemy Gas Manager Api Sponsor User Operation Response Example

Web3BlockchainRPCNFTIndexingAccount Abstraction

Alchemy Gas Manager Api Sponsor User Operation Response Example is an example object payload from Alchemy, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idjsonrpcresult

Example Payload

Raw ↑
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": {
    "paymasterAndData": "0xabc123paymaster",
    "preVerificationGas": "0x5208",
    "verificationGasLimit": "0x15f90",
    "callGasLimit": "0x9c40"
  }
}