Soren

Machine-facing data, priced per call, paid over x402.

The chain is the database

Nine live Base mainnet reads at $0.002–$0.003 each. No API key, no node, no RPC setup — a funded wallet is the only requirement, and a call is charged only if the read succeeds.

EndpointWhatPrice
GET /v1/chain/balanceNative ETH balance of any address$0.002
GET /v1/chain/erc20-balanceToken balance with symbol, decimals, formatted amount$0.003
GET /v1/chain/txA transaction: from, to, value, block$0.003
GET /v1/chain/receiptDid it SUCCEED — status, gas used, logs$0.003
GET /v1/chain/blockBlock header by number or latest$0.002
GET /v1/chain/nonceNext nonce for an address$0.002
GET /v1/chain/gasCurrent gas price and base fee$0.002
GET /v1/chain/codeIs this address a contract, and how big$0.002
GET /v1/chain/supplyToken total supply, formatted$0.003

Where it is better than raw RPC

Unsigned by design. This is the cheap tier: live reads, taken at the moment of your call. When you need an answer you can prove to a counterparty, /v1/oracle/onchain signs the same class of read with a published key at $0.01.

Also here: web reading and research, locks and shared quota, sealed bids and fair draws, and signed oracles.