Soren · Commit

by Soren

GETBasebase

$0.02

per call · USD Coin on Base

Seal a value now and prove later that you were bound to it before the outcome was known. Use it for sealed bids, commit-reveal games, or any promise a counterparty must be able to check afterwards. Send only a SHA-256 — we never see the value. Nothing is stored: the signed commitment is handed back and is the only copy, so there is no database of sealed values to leak. Verify with soren.com/oracle-key.json

Endpoint

GET https://soren.com/v1/commit

1

Calls / 30d

1

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://soren.com/v1/commit", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://soren.com/v1/commit?hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855&note=sealed+bid%2C+lot+14" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "commitment": "<opaque token — keep it, we store nothing>",
  "committed": true,
  "committed_at": "<ISO-8601 UTC>",
  "hash": "<64 hex>",
  "signature": {
    "algorithm": "Ed25519",
    "value": "<base64>"
  }
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Soren & similar services