{
  "x402Version": 2,
  "id": 4461,
  "slug": "4461",
  "resource": "https://api.interzoid.com/getxuserprofile",
  "description": "Retrieve a comprehensive profile snapshot for an X (Twitter) handle including display name, bio description, follower and following counts, total post count, website URL, location, and account creation date.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdCEca23FF8A7145e1b5B35427C9886CF21A67566",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "handle": "lexfridman"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "Code": "Success",
            "CreateDate": "Dec 3, 2011",
            "Credits": "0",
            "Description": "Host of Lex Fridman Podcast. Interested in robots and humans.",
            "DisplayName": "Lex Fridman",
            "Followers": "4626684",
            "Following": "672",
            "Handle": "lexfridman",
            "Location": "Austin and Boston",
            "PostCount": "3984",
            "WebsiteURL": "https://youtube.com/lexfridman"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "handle": {
                    "description": "X handle (with or without @ prefix)",
                    "type": "string"
                  }
                },
                "required": [
                  "handle"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.interzoid.com",
  "lastUpdated": "2026-09-10T01:28:15.801Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-10T01:28:15.638Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.interzoid.com",
    "manifest_name": "api.interzoid.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}