SERVICE / DETAILother

botsmith

GET x402.botsmith.dev/x/dossier

SONAR SCORE0.707
LIVE PRICE0.050000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

41 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY2638msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

X Account Dossier ($0.02/call): Full X (Twitter) account dossier in one call: profile, an analysis of recent posts (cadence, average engagement, reply/retweet/link share, top hashtags and mentions), the raw recent posts, and a transparent bot-likelihood signal with the evidence behind it. Composes profile + activity so an agent vetting an account does not have to. No X account or API key needed.

Resource: x402.botsmith.dev/x/dossier

Network: eip155:8453, eip155:196 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9

Payment methods: · Last validation: 2026-09-14 16:44:48.302+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "handle",
          "sampleSize"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "pattern": "^@?[A-Za-z0-9_]{1,15}$",
            "description": "X handle, with or without the leading @"
          },
          "sampleSize": {
            "type": "integer",
            "default": 20,
            "maximum": 20,
            "minimum": 1,
            "description": "How many recent posts to analyze (max 20)"
          }
        },
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "profile",
          "activity",
          "authenticity"
        ],
        "properties": {
          "profile": {
            "type": "object",
            "required": [
              "handle",
              "id",
              "name",
              "bio",
              "url",
              "location",
              "profileImage",
              "verified",
              "followers",
              "following",
              "tweetCount",
              "createdAt",
              "accountAgeDays"
            ],
            "properties": {
              "id": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "bio": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "url": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "name": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "handle": {
                "type": "string"
              },
              "location": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "verified": {
                "type": "object",
                "required": [
                  "blue",
                  "type"
                ],
                "properties": {
                  "blue": {
                    "type": "boolean"
                  },
                  "type": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "additionalProperties": false
              },
              "createdAt": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "ISO 8601 account creation time"
              },
              "followers": {
                "anyOf": [
                  {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "following": {
                "anyOf": [
                  {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "tweetCount": {
                "anyOf": [
                  {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "profileImage": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "accountAgeDays": {
                "anyOf": [
                  {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          },
          "activity": {
            "type": "object",
            "required": [
              "sampleSize",
              "spanDays",
              "postsPerDay",
              "avgLikes",
              "avgRetweets",
              "avgReplies",
              "replyShare",
              "retweetShare",
              "withLinksShare",
              "topHashtags",
              "topMentions"
            ],
            "properties": {
              "avgLikes": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "spanDays": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Days between oldest and newest sampled post"
              },
              "avgReplies": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "replyShare": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Fraction of sampled posts that are replies"
              },
              "sampleSize": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": -9007199254740991
              },
              "avgRetweets": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "postsPerDay": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "topHashtags": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "tag",
                    "count"
                  ],
                  "properties": {
                    "tag": {
                      "type": "string"
                    },
                    "count": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": -9007199254740991
                    }
                  },
                  "additionalProperties": false
                }
              },
              "topMentions": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "handle",
                    "count"
                  ],
                  "properties": {
                    "count": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": -9007199254740991
                    },
                    "handle": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "retweetShare": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "withLinksShare": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          },
          "authenticity": {
            "type": "object",
            "required": [
              "botLikelihood",
              "flags"
            ],
            "properties": {
              "flags": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Transparent evidence behind the signal"
              },
              "botLikelihood": {
                "enum": [
                  "low",
                  "medium",
                  "high",
                  "unknown"
                ],
                "type": "string"
              }
            },
            "additionalProperties": false
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "50000"
    },
    {
      "raw": {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
      "payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
      "scheme": "exact",
      "network": "eip155:196",
      "amountAtomic": "50000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.