{
  "x402Version": 2,
  "id": 6421,
  "slug": "6421",
  "resource": "https://api.usenami.io/v1/perp/funding-flips",
  "description": "Funding-rate sign-change detection for one crypto perpetual — every positive↔negative flip across venues inside a lookback window, each with its venue, hour and the rates either side of the change. Raw events for spotting funding-regime turns in funding-arb and carry positioning: it reports the flips, it does not classify them as sustained or transient.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "hours": {
              "description": "Lookback hours. Default 24, max 168.",
              "required": false,
              "type": "integer"
            },
            "ticker": {
              "description": "Base ticker (e.g. BTC, ETH). Required.",
              "required": true,
              "type": "string"
            }
          },
          "type": "http"
        },
        "output": {
          "example": {
            "flips": [
              {
                "direction": "positive_to_negative",
                "hour": "2026-05-31T08:00:00Z",
                "rate_after": -0.00005,
                "rate_before": 0.0001,
                "venue": "binance"
              }
            ],
            "flips_count": 2,
            "hours": 24,
            "ticker": "BTC",
            "venues_with_flips": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "type": "string"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.usenami.io",
  "lastUpdated": "2026-09-11T23:51:55.584Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-11T23:51:55.213Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.usenami.io",
    "manifest_name": "api.usenami.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}