{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "agent-paywall402-com-twitter-user-tweets",
  "title": "Paywall402 \u00b7 Twitter User Tweets",
  "url": "https://agent.paywall402.com/twitter/user/tweets",
  "category": "data",
  "summary": "Fetch paginated tweet history for a specified Twitter username, sorted by creation date.",
  "seo": {
    "title": "Twitter User Tweets API | Paywall402",
    "description": "Retrieve tweets by username with pagination. Sort by created_at, 20 tweets per page. Pay 0.03 USDC per request. Supports Base and Solana."
  },
  "use_cases": [
    "Retrieve user tweet history",
    "Monitor account activity over time",
    "Collect social media data for analysis",
    "Track tweet timestamps and content"
  ],
  "ideal_buyer": "Social media analysts and researchers needing historical tweet data without authentication.",
  "example_prompt": "Get the latest tweets from user @elonmusk, starting from cursor abc123.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 3,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x66fa4d79ca84016b42352be33c908dd812952ec8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "30000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Retrieve tweets by user name. Sort by created_at. Results are paginated, with each page returning up to 20 tweets.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "cursor": {
              "type": "string",
              "required": false,
              "description": "The cursor to paginate through the results. First page is \"\"."
            },
            "userId": {
              "type": "string",
              "required": false,
              "description": "user id of the user. userId is recommended, could be more stable and faster than userName. userId and userName are mutually exclusive. If both are provided, userId will be used."
            },
            "userName": {
              "type": "string",
              "required": false,
              "description": "screen name of the user. userId and userName are mutually exclusive. If both are provided, userId will be used."
            },
            "includeReplies": {
              "type": "boolean",
              "required": false,
              "description": "Whether to include replies in the results. Default is False."
            }
          },
          "headerFields": {
            "aisa-payment": {
              "type": "string",
              "required": false,
              "description": "Payment proof header (base64 encoded JSON) for signature-based payment mode"
            },
            "aisa-payment-token": {
              "type": "string",
              "required": false,
              "description": "Optional merchant payment token for wallet-based payment mode"
            }
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "4QCrfkNBx6k18YUw12359xuF6S6YY6zKS632S7wCqznJ",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "30000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Retrieve tweets by user name. Sort by created_at. Results are paginated, with each page returning up to 20 tweets.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "cursor": {
              "type": "string",
              "required": false,
              "description": "The cursor to paginate through the results. First page is \"\"."
            },
            "userId": {
              "type": "string",
              "required": false,
              "description": "user id of the user. userId is recommended, could be more stable and faster than userName. userId and userName are mutually exclusive. If both are provided, userId will be used."
            },
            "userName": {
              "type": "string",
              "required": false,
              "description": "screen name of the user. userId and userName are mutually exclusive. If both are provided, userId will be used."
            },
            "includeReplies": {
              "type": "boolean",
              "required": false,
              "description": "Whether to include replies in the results. Default is False."
            }
          },
          "headerFields": {
            "aisa-payment": {
              "type": "string",
              "required": false,
              "description": "Payment proof header (base64 encoded JSON) for signature-based payment mode"
            },
            "aisa-payment-token": {
              "type": "string",
              "required": false,
              "description": "Optional merchant payment token for wallet-based payment mode"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "agent-paywall402-com",
    "host": "agent.paywall402.com",
    "title": "AI Payment Gateway SDK Demo",
    "description": "Demonstration endpoint for AI agent payment processing via x402. Accepts USDC payments through multiple methods and returns transaction status for automated payment workflows.",
    "url": "https://agent.paywall402.com",
    "favicon": "https://agent.paywall402.com/images/aisa_logo.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/agent-paywall402-com-twitter-user-tweets",
    "url": "https://x402all.com/resource/agent-paywall402-com-twitter-user-tweets",
    "name": "Paywall402 \u00b7 Twitter User Tweets",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/agent-paywall402-com-twitter-user-tweets",
        "@type": "Offer",
        "price": "0.03",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.030000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/agent-paywall402-com-twitter-user-tweets",
        "@type": "Offer",
        "price": "0.03",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.030000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      }
    ],
    "sameAs": "https://agent.paywall402.com/twitter/user/tweets",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/agent-paywall402-com",
      "url": "https://agent.paywall402.com",
      "name": "AI Payment Gateway SDK Demo",
      "@type": "Organization"
    },
    "identifier": "agent-paywall402-com-twitter-user-tweets",
    "description": "Retrieve tweets by username with pagination. Sort by created_at, 20 tweets per page. Pay 0.03 USDC per request. Supports Base and Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=agent-paywall402-com-twitter-user-tweets",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=agent-paywall402-com-twitter-user-tweets"
}
