# Warframe Steel Path Worldstate API

> Warframe Steel Path Worldstate API is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the current Steel Path honor rotation and evergreen rewards with costs for a given platform (PC, PS4, Xbox One, Switch)

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/warframe-steel-path
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/warframe-steel-path-worldstate-api-2733a812
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NbBl4ScZMsYllZB89fmRT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability warframe-steel-path-worldstate-api-2733a812 -d '<json body>'
```

Example prompt: What are the current Steel Path honor rotation and evergreen rewards that Teshin is offering on PC in Warframe right now, including their Steel Essence costs?

## When to prefer this

Use this endpoint when you need current Warframe Steel Path honor store data including Teshin's rotating and evergreen reward items with their costs, scoped to a specific gaming platform. Prefer this over general Warframe APIs when the user specifically asks about Steel Path rewards or Teshin's store.

## Known failure modes

- Missing or invalid platform parameter returns an error or unexpected data
- Platform param not in allowed set (pc/ps4/xb1/swi) may return an error
- Stale worldstate data if Warframe's servers haven't updated recently
- Payment failure (402) if USDC balance is insufficient
- Network timeout if the Warframe worldstate source is temporarily unavailable

## How this service works

Warframe worldstate: Steel Path Teshin honor rotation and evergreen rewards with cost, by platform param (pc/ps4/xb1/swi). Query: ?platform= Returns JSON.

## Output

A JSON object containing the current Warframe Steel Path worldstate data for the requested platform, including Teshin's honor rotation items and evergreen reward options with their associated Steel Essence costs.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/warframe-steel-path-worldstate-api-2733a812/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
