ToolAssay

One call

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
732 msmedian answer time
$0.04listed price per call
$0.04price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.liquidagent.ai/v1/signals

CategoryCode and developer
Provider hostapi.liquidagent.ai
Networkseip155:137, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 732 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "vault": "Optional. Your vault address (0x\u202640 hex); adds current-vs-su"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "vault": {
              "description": "Optional. Your vault address (0x\u202640 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\u2026",
            "currentWeightsBps": [
              2500,
              2500,
              2500,
              2500
            ],
            "vsSuggested": [
              {
                "currentBps": 2500,
                "driftBps": -400,
                "suggestedBps": 2100,
                "symbol": "NVDAc"
              }
            ]
          }
        },
        "type": {
          "const": "json"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON