Developer API

The Grade, as an API call.

Grade a strategy or a track record programmatically, or pull Tessen's market intelligence into your own product. Hit the public engine directly — no login flow, no browser, just an API key.

Endpoints

POST/v1/api/grade/spec

Submit an AgentSpec — we backtest it on our engine and data. Result is marked verified: true, since the inputs can't be faked.

POST/v1/api/grade/record

Submit your own trade history instead — we run the identical honest gate/scoring on it. Marked verified: false ("Checked"), since the data is self-supplied.

GET/v1/api/lumen/snapshot

Pull the current cross-venue market intelligence snapshot — the same signals the in-app Lumen page shows.

curl -X POST https://anonimous.net/tessen-api/v1/api/grade/spec \
  -H "X-API-Key: tsn_live_..." -d '{"agentSpec": {...}}'

Tiers

Free
$0
100 calls / 30 days

Enough to integrate and test against real endpoints.

Developer
$29
5,000 calls / 30 days

One-time payment, 30-day rolling window — no subscription, no auto-renew.

Generate a key from the Studio once you're in.