ToolAssay

A signed, timestamped read from Base mainnet

A signed, timestamped read from Base mainnet: whether a transaction landed and in which block, an address's ETH and USDC balance, or the current block height and gas price. Use the tx query when you paid over x402, received settlement_pending, and need it resolved — the transaction is in a block with status 1, or it is not. Read through a commercial node, not the public RPC. Verify with soren.com/oracle-key.json

Answeringour last check, 2026-09-24
1 of 1checks answered this week
417 msmedian answer time
$0.01listed price per call
$0.01price 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

GET https://soren.com/v1/oracle/onchain

CategoryMarket data
Provider hostsoren.com
Networksbase, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 417 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
    "hash": "0x731e0553663993c778025a6df7ce5a7e8b0b8f0b2a2ced3782802c54d230b757",
    "q": "tx"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "address": {
              "description": "With q=balance, the address to read.",
              "examples": [
                "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd"
              ],
              "type": "string"
            },
            "hash": {
              "description": "With q=tx, the 32-byte transaction hash.",
              "examples": [
                "0x731e0553663993c778025a6df7ce5a7e8b0b8f0b2a2ced3782802c54d230b757"
              ],
              "type": "string"
            },
            "q": {
              "description": "tx, balance or block.",
              "examples": [
                "tx"
              ],
              "type": "string"
            }
          },
          "required": [
            "q"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  }
}

This page as JSON