ToolAssay

Read-only JSON-RPC access to Scroll, the zkEVM rollup on Ethereum, served by the

Read-only JSON-RPC access to Scroll, the zkEVM rollup on Ethereum, served by the Pocket Network decentralised supplier set. Pay per request in USDC; no account, no API key.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
881 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent.pocket.network/v1/scroll

CategoryMarket data
Provider hostagent.pocket.network
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 881 ms

Example input (from the provider)

{
  "body": {
    "id": 3,
    "jsonrpc": "2.0",
    "method": "eth_getBalance",
    "params": [
      "0x5300000000000000000000000000000000000004",
      "0x4c4b40"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "method": {
              "description": "JSON-RPC read method, e.g. eth_getBalance",
              "examples": [
                "eth_accounts",
                "eth_blockNumber",
                "eth_call",
                "eth_chainId",
                "eth_coinbase",
                "eth_createAccessList",
                "eth_estimateGas",
                "eth_feeHistory",
                "eth_gasPrice",
                "eth_getBalance",
                "eth_getBlockByHash",
                "eth_getBlockByNumber",
                "eth_getBlockReceipts",
                "eth_getBlockTransactionCountByHash",
                "eth_getBlockTransactionCountByNumber",
                "eth_getCode",
                "eth_getFilterChanges",
                "eth_getFilterLogs",
                "eth_getLogs",
                "eth_getProof",
                "eth_getStorageAt",
                "eth_getTransactionByBlockHashAndIndex",
                "eth_getTransactionByBlockNumberAndIndex",
                "eth_getTransactionByHash",
                "eth_getTransactionCount",
                "eth_getTransactionReceipt",
                "eth_getUncleByBlockHashAndIndex",
                "eth_getUncleByBlockNumberAndIndex",
                "eth_getUncleCountByBlockHash",
                "eth_getUncleCountByBlockNumber",
                "eth_maxPriorityFeePerGas",
                "eth_newBlockFilter",
                "eth_newFilter",
                "eth_newPendingTransactionFilter",
                "eth_syncing",
                "eth_uninstallFilter",
                "net_listening",
                "net_peerCount",
                "net_version",
                "web3_clientVersion",
                "web3_sha3"
              ],
              "type": "string"
            },
            "params": {
              "description": "Parameters per the Ethereum JSON-RPC spec"
            }
          },
          "required": [
            "method"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "description": "JSON-RPC 2.0 response envelope. Exactly one of `result` or `error` is present. `result` takes the shape the called method defines: hex-encoded quantities and byte strings per the Ethereum JSON-RPC specification, an object for block and receipt reads.",
              "examples": [
                {
                  "id": 1,
                  "jsonrpc": "2.0",
                  "result": false
                }
              ],
              "properties": {
                "error": {
                  "description": "Present instead of `result` when the call failed",
                  "properties": {
                    "code": {
                      "description": "A JSON-RPC 2.0 error code",
                      "type": "integer"
                    },
                    "data": {
                      "description": "Method-specific detail, when the node supplies it"
                    },
                    "message": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "id": {
                  "description": "The request id, echoed back",
                  "type": [
                    "string",
                    "number",
                    "null"
                  ]
                },
                "jsonrpc": {
                  "description": "The protocol version, always \"2.0\"",
                  "type": "string"
                },
                "result": {
                  "description": "The method's result, in the shape the called method defines. Present when the call succeeded; absent when `error` is."
                }
              },
              "type": "object"
            },
            "portal": {
              "properties": {
                "provenance": {
                  "const": "third-party-supplier"
                },
                "schemaCheck": {
                  "enum": [
                    "passed",
                    "undeclared",
                    "unchecked"
                  ]
                },
                "serviceId": {
                  "const": "scroll"
                }
              },
              "required": [
                "provenance",
                "serviceId",
                "schemaCheck"
              ],
              "type": "object"
            }
          },
          "required": [
            "portal",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON