mirrored listing x402 eip155:8453

Rank the active DeltaSignal slice by deterministic Phase 1 alpha score

Rank the active DeltaSignal slice by deterministic Phase 1 alpha score.

Do you run api.aitrailblazer.net? 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
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated

Provider

api.aitrailblazer.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 604800
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "debt_coverage_status": "legitimate_zero_debt",
          "limit": 10,
          "risk_tier": "LOW"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "market_regime": "bearish_falling_vol",
          "opportunities": [
            {
              "alpha_score": 88,
              "live_stress_50pct": 0,
              "resilience_percentile": 96.3,
              "ticker": "BMNR",
              "treasury_strength": "strong"
            }
          ],
          "source_date": "2026-04-28",
          "tower_status": "building"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/alpha-opportunities",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "debt_coverage_status": {
                  "enum": [
                    "legitimate_zero_debt",
                    "resolved_zero",
                    "resolved_nonzero",
                    "low_confidence_missing_debt"
                  ],
                  "type": "string"
                },
                "limit": {
                  "type": "integer"
                },
                "risk_tier": {
                  "enum": [
                    "CRITICAL",
                    "HIGH",
                    "MODERATE",
                    "LOW",
                    "UNCLASSIFIED"
                  ],
                  "type": "string"
                },
                "source_date": {
                  "type": "string"
                }
              },
              "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://api.aitrailblazer.net/v1/alpha-opportunities"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.aitrailblazer.net/v1/alpha-opportunities");
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://api.aitrailblazer.net/v1/alpha-opportunities")
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/12396.json, and this resource appears in /discovery/resources and /discovery/search.