# SYNTHORA Fed-Watch US Reference Rate Funding Pulse

> SYNTHORA Fed-Watch US Reference Rate Funding Pulse is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Fetches and cross-checks five NY Fed overnight reference rates (SOFR, EFFR, TGCR, BGCR, OBFR) with volumes, percentile dispersion, and the SOFR-EFFR funding-stress spread

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/fed-watch
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-fed-watch-us-reference-rate-funding-pulse-a526d351
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9D72uNtivd1AMEw1P5B06

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 synthora-fed-watch-us-reference-rate-funding-pulse-a526d351 -d '<json body>'
```

Example prompt: Pull today's SOFR, EFFR, TGCR, BGCR, and OBFR rates along with volumes and the SOFR-EFFR spread so I can see where overnight funding stress is sitting right now.

## When to prefer this

Use this endpoint when you need a single call that aggregates and cross-validates all five major US overnight reference rates from official NY Fed sources, particularly when monitoring funding market stress via the SOFR-EFFR spread or when feeding authoritative rate data into prediction markets or macro models. Prefer this over scraping NY Fed directly or using data vendor APIs when you want zero-key instant access with built-in cross-series validation and dispersion metrics.

## Known failure modes

- NY Fed source data not yet published for the day (rates typically published mid-morning ET)
- Malformed input string causes parsing error
- Network timeout reaching upstream NY Fed data
- x402 payment failure if USDC balance insufficient
- Rate data temporarily unavailable due to NY Fed maintenance

## How this service works

SYNTHORA fed-watch: US reference-rate funding pulse — SOFR/EFFR/TGCR/BGCR/OBFR with volumes, percentile dispersion and the SOFR-EFFR spread (the funding-stress signal before it hits the news). Cross-check of 5 independent official NY Fed series. The input for Fed/CPI prediction markets. Free official source, no key. $0.01 USDC x402 Base.

## Output

Returns the five NY Fed overnight reference rates (SOFR, EFFR, TGCR, BGCR, OBFR) along with their respective transaction volumes, percentile dispersion metrics for each series, and the SOFR-EFFR spread as a funding-stress indicator, all cross-validated across official NY Fed data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA fed-watch: US reference-rate funding pulse — SOFR/EFFR/TGCR/BGCR/OBFR with volumes, percentile dispersion and the SOFR-EFFR spread (the funding-stress signal before it hits the news). Cross-c"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-fed-watch-us-reference-rate-funding-pulse-a526d351/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
