# Perps Funding Pulse – Perpetual Futures Funding Rate Monitor

> Perps Funding Pulse – Perpetual Futures Funding Rate Monitor is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns real-time perpetual futures funding-rate snapshots and directional funding signals for crypto market-monitoring agents.

## Facts

- Endpoint: POST https://gpt55.558686.xyz/perps-funding-pulse/entrypoints/get_funding_pulse/invoke
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/perps-funding-pulse-perpetual-futures-funding-rate-monitor-e28ab848
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0lnQaa2Zt_5lSVfbPOQsj

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 perps-funding-pulse-perpetual-futures-funding-rate-monitor-e28ab848 -d '<json body>'
```

Example prompt: Give me a funding pulse snapshot for BTC and ETH perpetual futures right now — I want to see the current funding rates and whether the directional signal is bullish or bearish.

## When to prefer this

Use this endpoint when an agent needs real-time perpetual futures funding rate data and directional signals without building custom exchange integrations. Ideal for market-monitoring bots, DeFi strategy agents, or risk dashboards that need low-cost, on-demand funding pulse checks via x402 micropayments.

## Known failure modes

- Market or trading pair not supported — returns empty or error response
- Upstream data source unavailable — stale or missing snapshot
- Malformed request body — 400 error due to missing required fields
- Payment failure via x402 — endpoint returns 402 if USDC payment not processed
- Rate limiting if called too frequently without payment

## How this service works

Return perpetual futures funding-rate snapshots and directional funding signals for market-monitoring agents.

## Output

Returns a funding-rate snapshot for perpetual futures markets including the current funding rate value and a directional funding signal (e.g. positive/negative, bullish/bearish) suitable for market-monitoring agents making trading or positioning decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/perps-funding-pulse-perpetual-futures-funding-rate-monitor-e28ab848/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gpt55.558686.xyz](https://www.zero.xyz/host/gpt55.558686.xyz/llms.txt)
