{
  "x402Version": 2,
  "id": 9100,
  "slug": "9100",
  "resource": "https://api.liquidagent.ai/v1/signals",
  "description": "One call: the whole basket's rebalancing signal (returns, volatility, RSI, trend, relative strength, correlation) plus an inverse-volatility target-weight signal for NVDA/META/AAPL/GOOGL. Decide weights, then execute via the free /v1/set-weights + /v1/rebalance. Aggregated data, not investment advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x487b28A4FbbA8Cf46eb6E1d72e6959202Bb75e90",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "40000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x487b28A4FbbA8Cf46eb6E1d72e6959202Bb75e90",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "40000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "vault": "Optional. Your vault address (0x…40 hex); adds current-vs-su"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "asOf": "2026-09-02T14:00:00.000Z",
            "basket": [
              {
                "priceUsd": 180.1,
                "relStrength": 1.1,
                "returnM1Pct": 4.2,
                "rsi14": 57.3,
                "symbol": "NVDAc",
                "trend": "up",
                "volAnnualPct": 38.5
              }
            ],
            "basketStats": {
              "avgReturnM1Pct": 2.9,
              "avgVolAnnualPct": 31.2,
              "correlation": [
                [
                  1,
                  0.6,
                  0.5,
                  0.55
                ]
              ]
            },
            "signals": {
              "rebalanceSuggested": true,
              "riskParityWeightsBps": [
                2100,
                2400,
                2900,
                2600
              ]
            },
            "vault": {
              "address": "0x…",
              "currentWeightsBps": [
                2500,
                2500,
                2500,
                2500
              ],
              "vsSuggested": [
                {
                  "currentBps": 2500,
                  "driftBps": -400,
                  "suggestedBps": 2100,
                  "symbol": "NVDAc"
                }
              ]
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "vault": {
                    "description": "Optional. Your vault address (0x…40 hex); adds current-vs-suggested weights and drift.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "asOf": "2026-09-02T14:00:00.000Z",
                "basket": [
                  {
                    "priceUsd": 180.1,
                    "relStrength": 1.1,
                    "returnM1Pct": 4.2,
                    "rsi14": 57.3,
                    "symbol": "NVDAc",
                    "trend": "up",
                    "volAnnualPct": 38.5
                  }
                ],
                "basketStats": {
                  "avgReturnM1Pct": 2.9,
                  "avgVolAnnualPct": 31.2,
                  "correlation": [
                    [
                      1,
                      0.6,
                      0.5,
                      0.55
                    ]
                  ]
                },
                "signals": {
                  "rebalanceSuggested": true,
                  "riskParityWeightsBps": [
                    2100,
                    2400,
                    2900,
                    2600
                  ]
                },
                "vault": {
                  "address": "0x…",
                  "currentWeightsBps": [
                    2500,
                    2500,
                    2500,
                    2500
                  ],
                  "vsSuggested": [
                    {
                      "currentBps": 2500,
                      "driftBps": -400,
                      "suggestedBps": 2100,
                      "symbol": "NVDAc"
                    }
                  ]
                }
              },
              "type": {
                "const": "json"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.liquidagent.ai",
  "lastUpdated": "2026-09-17T19:38:12.291Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T19:38:12.144Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.liquidagent.ai",
    "manifest_name": "api.liquidagent.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}