{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-tweetx402-com-api-action-dm-send",
  "title": "TweetX402 \u00b7 Send X direct message",
  "url": "https://x402.tweetx402.com/api/action/dm/send",
  "category": "tools",
  "summary": "Send direct messages to X conversations using authenticated user cookies. Returns conversation ID and success status.",
  "seo": {
    "title": "X DM API | Send Direct Messages | x402 Protocol",
    "description": "Send direct messages on X (Twitter) via API. Requires user authentication cookies. Pay per call with USDC on Base via x402."
  },
  "use_cases": [
    "Automate customer support DMs from agent accounts",
    "Send transaction confirmations via DM",
    "Trigger alerts to specific user conversations"
  ],
  "ideal_buyer": "AI agents and automation tools managing X accounts that need programmatic DM capabilities with per-message cost control.",
  "example_prompt": "Send a direct message to conversation abc123 saying 'Your transaction is confirmed'",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9ddbc42e8fea0d9a7fd68934545d3a9bff334307",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 30,
      "mime_type": "application/json",
      "description": "Send a direct message to a conversation. Requires user authentication cookies.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "text": {
              "type": "string",
              "required": true,
              "description": "Message text content"
            },
            "cookies": {
              "type": "array",
              "required": true,
              "properties": {
                "name": {
                  "type": "string",
                  "description": "Cookie name (e.g., auth_token)"
                },
                "value": {
                  "type": "string",
                  "description": "Cookie value"
                },
                "domain": {
                  "type": "string",
                  "description": "Cookie domain"
                }
              },
              "description": "Twitter/X authentication cookies from browser export"
            },
            "conversationId": {
              "type": "string",
              "required": true,
              "description": "Target conversation ID"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "message": {
              "type": "string",
              "description": "Success message"
            },
            "success": {
              "type": "boolean",
              "description": "Operation success status"
            },
            "conversationId": {
              "type": "string",
              "description": "Conversation ID"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-e142fa5bfa1d",
  "origin": {
    "slug": "x402-tweetx402-com",
    "host": "x402.tweetx402.com",
    "title": "TweetX402 API - X Protocol for AI Agents",
    "description": "Provides x402 payment endpoints for AI agents on Base mainnet. Offers API documentation and pricing for agent-to-agent transactions using the native X protocol.",
    "url": "https://x402.tweetx402.com"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-tweetx402-com-api-action-dm-send",
    "url": "https://x402all.com/resource/x402-tweetx402-com-api-action-dm-send",
    "name": "TweetX402 \u00b7 Send X direct message",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-tweetx402-com-api-action-dm-send",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://x402.tweetx402.com/api/action/dm/send",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-tweetx402-com",
      "url": "https://x402.tweetx402.com",
      "name": "TweetX402 API - X Protocol for AI Agents",
      "@type": "Organization"
    },
    "identifier": "x402-tweetx402-com-api-action-dm-send",
    "description": "Send direct messages on X (Twitter) via API. Requires user authentication cookies. Pay per call with USDC on Base via x402.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-tweetx402-com-api-action-dm-send",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-tweetx402-com-api-action-dm-send"
}
