mirrored listing x402 eip155:8453

AI market intelligence report in one call for research and trading agents: cross-exchange

AI market intelligence report in one call for research and trading agents: cross-exchange perp derivatives (funding, open interest, long/short), fused directional signals and the euro-area macro snapshot (ECB inflation, policy rates, unemployment, EUR FX) synthesized into a headline, crypto and macro outlook, key signals, risks and opportunities. Multi-source market research report with a crypto + macro/EU lens.

Do you run x402-endpoints.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
100000 (raw units)
price
77
calls / 30d
3
unique payers
2026-09-06
updated

Provider

x402-endpoints.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1D1B81247C407521E2A01F3E21514870dcf1620f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "100000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "depth": "quick",
          "focus": "all"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "cached": false,
          "data": {
            "derivatives": {
              "BTC": {
                "aggregate": {
                  "crowding": "balanced"
                }
              }
            },
            "macro": {
              "indicators": {
                "deposit_facility_rate": {
                  "as_of": "2026-06-26",
                  "value": 2
                }
              }
            },
            "signals": {
              "BTC": {
                "verdict": "NEUTRAL"
              }
            }
          },
          "data_freshness": {
            "age_seconds": 0,
            "as_of": "2026-07-02T12:00:00Z",
            "deterministic": false,
            "live_web": true,
            "mode": "llm",
            "retrieved_at": "2026-07-02T12:00:00Z",
            "sources": [
              "perp derivatives",
              "signal fusion",
              "ECB macro",
              "web",
              "Haiku"
            ]
          },
          "disclaimer": "Synthesized market intelligence from public market data and web signals. Informational, not investment advice.",
          "error": null,
          "provenance": {
            "internal": [
              "Binance/Bybit/OKX/Hyperliquid perp derivatives",
              "Cross-exchange signal fusion",
              "ECB SDMX macro"
            ],
            "sources": [
              {
                "title": "Crypto market today",
                "url": "https://example.com"
              }
            ],
            "synthesis": "Claude Haiku"
          },
          "query": {
            "depth": "quick",
            "focus": "all",
            "symbols": [
              "BTC",
              "ETH"
            ]
          },
          "report": {
            "crypto_outlook": {
              "bias": "neutral",
              "notes": "Funding and crowding near balanced across venues."
            },
            "headline": "Perp funding cools as ECB holds; crypto bias mixed.",
            "key_signals": [
              {
                "implication": "mild contrarian caution",
                "signal": "ETH funding positive"
              }
            ],
            "macro_outlook": {
              "notes": "ECB rates on hold; HICP near target.",
              "stance": "neutral"
            },
            "market_summary": "BTC/ETH funding is mildly positive with balanced long/short; the ECB deposit rate is steady, keeping macro neutral.",
            "mode": "llm",
            "opportunities": [
              "Funding-arb between venues"
            ],
            "risks": [
              "Thin summer liquidity"
            ]
          },
          "source": "Multi-source: perp derivatives + signal fusion + ECB macro + web + Claude Haiku",
          "timestamp": "2026-07-02T12:00:00Z"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "depth": {
                  "description": "quick | deep — deep adds SOL and more web signals (default quick)",
                  "type": "string"
                },
                "focus": {
                  "description": "crypto | macro | all (default all)",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402-endpoints.onrender.com/market/intel"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-endpoints.onrender.com/market/intel");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402-endpoints.onrender.com/market/intel")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3297.json, and this resource appears in /discovery/resources and /discovery/search.