Animica x402 Directory

Directory / soren.com

soren.com/v1/game

Cross-store pricing for a single game — Steam, Epic, GOG and Microsoft Store side by side — with the lowest price ever observed, the date it was observed, and how far above that low the current price sits. Storefronts publish today's price and no history, so the low exists only for whoever recorded it; ours runs from 2012. Every response resolves the game's family so a base game is never compared against a season pass.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://soren.com/v1/game'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://soren.com/v1/game'

Endpoint: https://soren.com/v1/game. Operated by soren.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on soren.com

soren.com/v1/attestation

A signed, timestamped statement that a specific SHA-256 was presented to Soren at a given moment. Use it when a counterparty must check that your output existed…

GET · $0.02

soren.com/v1/commit

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 counterpa…

GET · $0.02

soren.com/v1/coord/session

Distributed locks, semaphores, shared rate-limit buckets and monotonic counters for multi- agent fleets. Use it when nine agents share one upstream API quota, o…

GET · $0.25

soren.com/v1/draw

A selection nobody can rig, including us. Seeded by the drand League of Entropy beacon: a distributed network emits one signed value every 30 seconds and no par…

GET · $0.05

soren.com/v1/echo-payment

Decodes YOUR signed EIP-3009 authorization and hands it back field by field — payer, value, recipient, validity window, nonce — so you can see exactly what the …

GET · $0.02

soren.com/v1/oracle/fx

A signed, timestamped euro reference exchange rate from the European Central Bank, for any pair among the ~30 currencies it publishes. Returns the rate, the ECB…

GET · $0.01

soren.com/v1/oracle/onchain

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 an…

GET · $0.01

soren.com/v1/oracle/random

Publicly verifiable randomness from the drand League of Entropy beacon, attested and timestamped. Use it for a fair draw between parties who do not trust each o…

GET · $0.01

soren.com/v1/oracle/stat

A signed, timestamped US economic statistic from the Bureau of Labor Statistics — unemployment rate, CPI, nonfarm payroll, participation or average hourly earni…

GET · $0.01

soren.com/v1/oracle/weather

A signed, timestamped reading from the US National Weather Service for any US coordinate. Returns the latest station observation — temperature, dewpoint, humidi…

GET · $0.01

soren.com/v1/paid-ping

A heartbeat that costs money, and therefore proves more than a health check: not merely that the server answers, but that x402 verification and settlement are w…

GET · $0.01

soren.com/v1/reveal

Open a commitment issued by /v1/commit and receive a signed statement that the value matches what was sealed, and how long it was sealed for. A MISMATCH IS ALSO…

GET · $0.02

All 18 endpoints on soren.com →