# Script Master Labs FTD Threshold List API

> Script Master Labs FTD Threshold List API is a paid API for AI agents from mcp-x402.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves the U.S. federal Failure to Deliver (FTD) threshold securities list, paid per-call in USDC via x402

## Facts

- Endpoint: GET https://mcp-x402.onrender.com/x402/ftd-threshold-list
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/script-master-labs-ftd-threshold-list-api-340fc3c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BTi0i2Ml1ZuOh3wrUntNo

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 script-master-labs-ftd-threshold-list-api-340fc3c2
```

Example prompt: Can you pull the current U.S. federal Failure to Deliver threshold securities list for me? I want to see which tickers are flagged right now.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to the U.S. federal Failure to Deliver threshold securities list and can pay in USDC on Base via x402. Prefer this over scraping SEC/FINRA websites directly when you want a clean API interface and are already integrated with the x402 micropayment protocol.

## Known failure modes

- Payment not settled in USDC on Base — returns 402 Payment Required
- x402 facilitator unreachable — payment cannot be processed
- No data available for current period — empty or error response
- Rate limiting or server unavailability on Render hosting — 503 Service Unavailable
- Malformed request missing required HTTP method field — 400 Bad Request

## How this service works

Pay-per-call crypto, RWA, federal, SEC, Section 8/HUD housing, and compliance APIs via x402. Primary: USDC on Base (eip155:8453). Also accepts Global Dollar (USDG) on Robinhood Chain (eip155:4663) via sovereign X-PAYMENT-TX. Hyphen routes only (e.g. /x402/gas-tracker, /x402/pha-lookup, /x402/sec-8k). MARKETPLACE REVIEW: use free /x402/playground/* (no key, no payment). Production /x402/* returns 402 unless paid via x402 or X-Api-Market-Key / X-API-Key from seller dashboard.

## Output

A list of U.S. securities currently on the Failure to Deliver (FTD) threshold list, typically including ticker symbols, security names, and threshold status as sourced from federal data. Payment of $0.02 USDC on Base is required per call via x402 protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/script-master-labs-ftd-threshold-list-api-340fc3c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402.onrender.com](https://www.zero.xyz/host/mcp-x402.onrender.com/llms.txt)
