ToolAssay

Buy a Hive Research crypto token analysis in one x402 call

Buy a Hive Research crypto token analysis in one x402 call. Pay per Scout-depth report in USDC on Base; a multi-agent crew (collector, on-chain, sentiment, chart, analyst, devil's advocate, queen) produces a scored verdict report for any Base, Ethereum, Solana, or Robinhood Chain token by address, symbol, or name. Retrieve the finished report with the returned session token. Data source: Nansen API.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.99listed price per call
n/aprice 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

POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/hive-research/runs

CategoryMarket data
Provider hosthivemindos-paid-agent-gateway.hivemindos.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "chain": "base",
    "query": "HIVE"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "chain": {
              "description": "Chain to resolve the token on. Defaults to base.",
              "enum": [
                "base",
                "ethereum",
                "solana",
                "robinhood"
              ],
              "type": "string"
            },
            "query": {
              "description": "Token address, symbol, or name to research.",
              "maxLength": 120,
              "type": "string"
            }
          },
          "required": [
            "query"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON