# ScriptMasterLabs Perpetual Funding Rate Aggregator

> ScriptMasterLabs Perpetual Funding Rate Aggregator is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns aggregated perpetual futures funding rate data across crypto exchanges, paid per call in USDC via x402 protocol.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/perp-funding-aggregator
- 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/scriptmasterlabs-perpetual-funding-rate-aggregator-40b60d4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ViM8L5AZu29OVHNNY0KW9

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 scriptmasterlabs-perpetual-funding-rate-aggregator-40b60d4b
```

Example prompt: What are the current aggregated perpetual futures funding rates across major crypto exchanges — especially for BTC and ETH perps?

## When to prefer this

Choose this endpoint when you need aggregated perpetual funding rate data from multiple crypto exchanges in a single pay-per-call API call settled in USDC via the x402 protocol. Prefer it for lightweight, low-cost ($0.001) spot checks of funding rate conditions without requiring a subscription or API key — ideal for autonomous agents that need crypto derivatives market data on demand.

## Known failure modes

- Payment not settled in USDC on Base — 402 response requiring x402 payment header
- Invalid or missing properties parameter — may return empty or malformed response
- Service unavailable on Render free tier cold start — timeout or 503
- Unsupported symbol or exchange filter — empty result set
- Stale data if upstream exchange feeds are delayed

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns aggregated perpetual futures funding rate data including rates per exchange, asset symbols, funding intervals, and timestamps. Exact schema is minimal per crawled data but expected to include cross-exchange funding rate comparisons for major crypto perpetual markets.

## 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/scriptmasterlabs-perpetual-funding-rate-aggregator-40b60d4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
