mirrored listing x402 eip155:8453

Use this to build a citation-grounded profile of one X account

Use this to build a citation-grounded profile of one X account. A high-reasoning Grok agent adaptively searches up to 365 days of history across topics and time periods within a hard three-turn ceiling, then returns evidenced interests, beliefs, behavioural tendencies, risk posture, information-processing style, and personalization hints. Every claim cites supporting posts. Matching results are shared from Quotient's cache while less than 30 days old.

Do you run quotient-api-gateway.onrender.com? 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
1000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-11
updated

Provider

quotient-api-gateway.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "focus": "trading",
          "handle": "vitalikbuterin",
          "lookback_days": 365
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "beliefs": [
            {
              "claim": "Favours L1 simplicity over throughput maximalism.",
              "confidence": "high",
              "post_ids": [
                "1950000000000000001"
              ]
            }
          ],
          "confidence": "medium",
          "display_name": "vitalik.eth",
          "gaps": [
            "No posts bearing on position sizing in the window."
          ],
          "handle": "vitalikbuterin",
          "information_processing": {
            "changes_mind_when": "shown a concrete counterexample",
            "evidence_preference": "formal arguments and measured data over narrative",
            "handles_ambiguity": "states explicit probabilities",
            "post_ids": [
              "1950000000000000001"
            ],
            "style": "decomposes into first principles then bounds the uncertainty"
          },
          "interests": [
            {
              "post_ids": [
                "1950000000000000001"
              ],
              "topic": "protocol decentralisation",
              "weight": 0.9
            }
          ],
          "meta": {
            "cache_hit": false,
            "cache_ttl_days": 30,
            "coverage": "sampled",
            "max_research_turns": 3,
            "reasoning_effort": "high",
            "research_mode": "adaptive"
          },
          "recommendation_hints": {
            "avoid": [
              "hype framing",
              "short-dated leverage"
            ],
            "market_categories": [
              "crypto",
              "technology"
            ],
            "tone": "technical, uncertainty-explicit"
          },
          "risk_profile": {
            "position_sizing": "rarely discusses sizing",
            "post_ids": [
              "1950000000000000001"
            ],
            "posture": "long-horizon, low leverage",
            "reaction_to_loss": "revises the model publicly rather than defending it",
            "time_horizon": "multi-year"
          },
          "tendencies": [
            {
              "description": "Restates the strongest counterargument before answering it.",
              "post_ids": [
                "1950000000000000001"
              ],
              "trait": "steelmans opposing arguments"
            }
          ],
          "window": {
            "from_date": "2025-08-09",
            "lookback_days": 365,
            "post_count": 36,
            "to_date": "2026-08-09"
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "focus": {
                  "default": "general",
                  "description": "Reweights the same search toward speculative decision-making or toward information processing. Does not add a second search.",
                  "enum": [
                    "general",
                    "trading",
                    "reasoning"
                  ],
                  "type": "string"
                },
                "handle": {
                  "description": "X handle to profile, with or without a leading @.",
                  "pattern": "^@?[A-Za-z0-9_]{1,15}$",
                  "type": "string"
                },
                "lookback_days": {
                  "default": 365,
                  "description": "Size of the trailing window to study. Defaults to 365 days and cannot exceed 365 days.",
                  "maximum": 365,
                  "minimum": 14,
                  "type": "integer"
                }
              },
              "required": [
                "handle"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "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",
        "output"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://quotient-api-gateway.onrender.com/api/v1/x/profile"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://quotient-api-gateway.onrender.com/api/v1/x/profile");
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://quotient-api-gateway.onrender.com/api/v1/x/profile")
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/3295.json, and this resource appears in /discovery/resources and /discovery/search.