mirrored listing x402 eip155:8453

APEX Runner: Risk Assessment Bundle Signal

APEX Runner: Risk Assessment Bundle Signal

Do you run apexrunner.ai? 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
7000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-09
updated

Provider

apexrunner.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "category": "bundle",
    "description": "4-signal risk dashboard bundle at $3.00 — combines liquidation_pressure ($3.00), liquidation_magnet ($1.50), portfolio_heat ($1.50), and whale_sentiment ($2.00) into one call. Saves 75% vs purchasing the 4 signals separately ($0.04 total value). oi_divergence is temporarily excluded while its open-interest data feed is offline; it returns as a 5th component when the feed is restored. Complete risk picture before position sizing.",
    "example": {
      "bundle": "risk_assessment",
      "bundle_savings_pct": 75,
      "liquidation_magnet": {
        "above": 65000,
        "below": 61500,
        "nearest_side": "below"
      },
      "liquidation_pressure": {
        "cascade_alert": false,
        "max_cascade_risk_score": 18
      },
      "portfolio_heat": {
        "drawdown_risk": 0.34,
        "heat_level": "moderate"
      },
      "whale_sentiment": {
        "bias": "bullish",
        "conviction": "moderate"
      }
    },
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "bundle": "string — bundle identifier: risk_assessment",
        "bundle_savings_pct": "number — savings % vs buying the 4 live components individually (oi_divergence excluded while its feed is offline)",
        "example": {
          "bundle": "risk_assessment",
          "bundle_savings_pct": 75,
          "liquidation_pressure": {
            "cascade_alert": false
          },
          "whale_sentiment": {
            "bias": "bullish"
          }
        },
        "liquidation_magnet": "object — full liquidation_magnet signal output",
        "liquidation_pressure": "object — full liquidation_pressure signal output",
        "portfolio_heat": "object — full portfolio_heat signal output",
        "type": "json",
        "whale_sentiment": "object — full whale_sentiment signal output"
      }
    },
    "name": "APEX Risk Assessment Bundle",
    "outputSchema": {
      "bundle": "string",
      "bundle_savings_pct": "number",
      "liquidation_magnet": "object",
      "liquidation_pressure": "object",
      "portfolio_heat": "object",
      "whale_sentiment": "object"
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "queryParams": {
              "properties": {},
              "type": "object"
            }
          },
          "required": [
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "_apex": {
                  "properties": {
                    "evolution_runs": {
                      "type": "integer"
                    },
                    "instance": {
                      "type": "string"
                    },
                    "live_capital_deployed": {
                      "type": "boolean"
                    },
                    "live_trading": {
                      "type": "boolean"
                    },
                    "signal": {
                      "type": "string"
                    },
                    "signal_hash": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "trades_backing_signal": {
                      "type": "integer"
                    },
                    "verify_at": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "bundle": {
                  "type": "string"
                },
                "bundle_note": {
                  "type": "string"
                },
                "bundle_savings_pct": {
                  "type": "number"
                },
                "components_delivered": {
                  "type": "integer"
                },
                "liquidation_magnet": {
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "distance_down_pct": {
                      "type": "number"
                    },
                    "distance_up_pct": {
                      "type": "number"
                    },
                    "liq_clusters": {
                      "properties": {
                        "above_count": {
                          "type": "integer"
                        },
                        "above_notional_usd": {
                          "type": "number"
                        },
                        "below_count": {
                          "type": "integer"
                        },
                        "below_notional_usd": {
                          "type": "number"
                        }
                      },
                      "type": "object"
                    },
                    "magnet_bias": {
                      "type": "string"
                    },
                    "mark_price": {
                      "type": "number"
                    },
                    "nearest_long_liq": {
                      "type": "number"
                    },
                    "nearest_short_liq": {
                      "type": "number"
                    },
                    "note": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "spot_price": {
                      "type": "integer"
                    },
                    "wallets_sampled": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "liquidation_pressure": {
                  "properties": {
                    "cached_at": {
                      "type": "string"
                    },
                    "cascade_alert": {
                      "type": "boolean"
                    },
                    "coins": {
                      "additionalProperties": {
                        "properties": {
                          "bias": {
                            "type": "string"
                          },
                          "cascade_risk_score": {
                            "type": "integer"
                          },
                          "liq_vol_long_usd": {
                            "type": "number"
                          },
                          "liq_vol_short_usd": {
                            "type": "number"
                          },
                          "mark_price": {
                            "type": "number"
                          },
                          "near_liq_long_usd": {
                            "type": "integer"
                          },
                          "near_liq_short_usd": {
                            "type": "integer"
                          },
                          "wallets_sampled": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      },
                      "type": "object"
                    },
                    "highest_pressure_coin": {
                      "type": "string"
                    },
                    "interpretation": {
                      "type": "string"
                    },
                    "max_cascade_risk_score": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "portfolio_heat": {
                  "properties": {
                    "action": {
                      "type": "string"
                    },
                    "inputs": {
                      "properties": {
                        "avg_market_drop_24h": {
                          "type": "number"
                        },
                        "fear_greed": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "market_heat_pct": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "thresholds": {
                      "properties": {
                        "caution": {
                          "type": "integer"
                        },
                        "critical": {
                          "type": "integer"
                        },
                        "high": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                },
                "timestamp": {
                  "type": "string"
                },
                "valid_for_seconds": {
                  "type": "integer"
                },
                "whale_sentiment": {
                  "properties": {
                    "avg_leverage": {
                      "type": "number"
                    },
                    "bias": {
                      "type": "string"
                    },
                    "long_pct": {
                      "type": "number"
                    },
                    "short_pct": {
                      "type": "number"
                    },
                    "timestamp": {
                      "type": "integer"
                    },
                    "total_notional_usd": {
                      "type": "number"
                    },
                    "wallets_sampled": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "version": "1.0.0"
  }
}

Use it

curl

curl "https://apexrunner.ai/signals/risk-assessment-bundle"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://apexrunner.ai/signals/risk-assessment-bundle");
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://apexrunner.ai/signals/risk-assessment-bundle")
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/12525.json, and this resource appears in /discovery/resources and /discovery/search.