# ScalpStream Crypto Staking & Interest Yield Feed

> ScalpStream Crypto Staking & Interest Yield Feed is a paid API for AI agents from feed.scalpstream.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a ranked research publication of current crypto staking and interest yield opportunities as of a specified date

## Facts

- Endpoint: GET https://feed.scalpstream.com/yields
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scalpstream-crypto-staking-interest-yield-feed-a85b323d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w7a5Y1o6xKe6YgdpgNTOp

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 scalpstream-crypto-staking-interest-yield-feed-a85b323d
```

Example prompt: Pull today's ScalpStream crypto staking-and-interest yield feed — give me the top 5 picks as of today with the disclaimer included.

## When to prefer this

Choose this endpoint when you need a curated, ranked snapshot of crypto staking and interest yield opportunities at a specific point in time, particularly if you want a research-publication-style output rather than raw on-chain data. Prefer this over generic DeFi data APIs when you want pre-ranked picks with editorial framing. It complements ScalpStream's other feeds (options, scalp, municipal) for a broader financial research suite.

## Known failure modes

- Invalid or future as_of date returns no results or an error
- Empty picks array if no qualifying yields meet publication thresholds
- Payment failure via x402 returns 402 status before data is delivered
- Malformed pick_count integer may result in truncated or default result set
- Stale data if the feed has not been updated since the requested date

## How this service works

ScalpStream crypto staking-and-interest yield feed (impersonal research publication)

## Output

A structured research publication containing a ranked list of crypto staking and interest yield picks, each with associated yield data, as of the requested date. Also includes pick count, a disclaimer, and the publication name. The response reflects an impersonal, research-style snapshot of the yield landscape at the specified time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "as_of": {
   "type": "string"
  },
  "picks": {
   "type": "object",
   "required": [
    "as_of",
    "cefi_note",
    "cefi_yields",
    "disclaimer",
    "kind",
    "stablecoin_yields",
    "staking_yields"
   ],
   "properties": {
    "kind": {
     "type": "string"
    },
    "as_of": {
     "type": "string"
    },
    "cefi_note": {
     "type": "string"
    },
    "disclaimer": {
     "type": "string"
    },
    "cefi_yields": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "apy",
       "asset",
       "note",
       "platform"
      ],
      "properties": {
       "apy": {
        "type": "number"
       },
       "note": {
        "type": "string"
       },
       "asset": {
        "type": "string"
       },
       "platform": {
        "type": "string"
       }
      }
     }
    },
    "staking_yields": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "apy",
       "apy_base",
       "chain",
       "project",
       "rating",
       "score",
       "symbol",
       "tvl_usd"
      ],
      "properties": {
       "apy": {
        "type": "number"
       },
       "chain": {
        "type": "string"
       },
       "score": {
        "type": "number"
       },
       "rating": {
        "type": "string"
       },
       "symbol": {
        "type": "string"
       },
       "project": {
        "type": "string"
       },
       "tvl_usd": {
        "type": "number"
       },
       "apy_base": {
        "type": "number"
       }
      }
     }
    },
    "stablecoin_yields": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "apy",
       "apy_base",
       "chain",
       "project",
       "rating",
       "score",
       "symbol",
       "tvl_usd"
      ],
      "properties": {
       "apy": {
        "type": "number"
       },
       "chain": {
        "type": "string"
       },
       "notes": {
        "type": "array",
        "items": {
         "type": "string"
        }
       },
       "score": {
        "type": "number"
       },
       "rating": {
        "type": "string"
       },
       "symbol": {
        "type": "string"
       },
       "project": {
        "type": "string"
       },
       "tvl_usd": {
        "type": "number"
       },
       "apy_base": {
        "type": "number"
       }
      }
     }
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scalpstream-crypto-staking-interest-yield-feed-a85b323d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from feed.scalpstream.com](https://www.zero.xyz/host/feed.scalpstream.com/llms.txt)
