{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402factory-ai-base-telegram",
  "title": "X402factory \u00b7 Base Telegram",
  "url": "https://x402factory.ai/base/telegram",
  "category": "tools",
  "summary": "X402factory \u00b7 Base Telegram \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402factory \u00b7 Base Telegram \u2014 x402 tools API \u00b7 $0.0010 per call",
    "description": "X402factory \u00b7 Base Telegram \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [
    "Initiates outbound payment \u2014 financial risk."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x402faccc3faeb72351cc2b68c7966faf5f22b0d4",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Send messages to Telegram from your Base wallet. Ideal for agents and backends to communicate with the outside world. Cost: 0.001 USDC per call. Use action=create with a name to get a chat_key, then open t.me/x402Factory_bot and send /pair <chat_key> to activate. Use action=list to see your chat_keys. Use action=message (or omit action) with chat_key and at least a message or attachment to send a Telegram message. Supports Markdown v2 and optional attachment URLs (image/video/audio).",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "name": {
              "type": "string",
              "required": false,
              "description": "Human-readable name to give to the Telegram bot/chat. Required for action=create. Ignored for other actions."
            },
            "action": {
              "enum": [
                "create",
                "list",
                "message"
              ],
              "type": "string",
              "required": false,
              "description": "Optional action. Use 'create' to create a new chat_key, 'list' to list chat_keys for the paying wallet, or 'message' to explicitly send a message. When omitted, the call is treated as action=message and enqueues a message for an existing chat_key."
            },
            "message": {
              "type": "string",
              "required": false,
              "description": "Message text in Markdown v2 format. When sending a message (action omitted or action=message), at least one of message or attachment is required. Not required for action=create or action=list."
            },
            "chat_key": {
              "type": "string",
              "required": false,
              "description": "Chat key returned from action=create. Required when sending a message. Not used for action=create or action=list."
            },
            "attachment": {
              "type": "string",
              "required": false,
              "description": "Optional URL of an attachment (image, video, or mp3) stored along with the message."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True on success"
          },
          "name": {
            "type": "string",
            "description": "Name associated with the chat_key (action=create or list)."
          },
          "chats": {
            "type": "array",
            "description": "For action=list: up to 100 recent chats for the paying wallet, each with chat_key, name, createdAt, updatedAt."
          },
          "action": {
            "type": "string",
            "description": "Action performed: 'create' for new chat_key, 'list' for listing chat_keys, 'message' when a message was enqueued."
          },
          "wallet": {
            "type": "string",
            "description": "Payer wallet address on Base"
          },
          "chat_id": {
            "type": "string",
            "description": "Telegram chat_id associated with the chat_key once the background worker has linked it. Initially empty."
          },
          "chat_key": {
            "type": "string",
            "description": "Chat key created for this wallet (action=create) or used for message sends."
          },
          "createdAt": {
            "type": "string",
            "description": "Creation timestamp for the chat or message."
          },
          "updatedAt": {
            "type": "string",
            "description": "Last update timestamp for the chat."
          },
          "attachment": {
            "type": "string",
            "description": "Attachment URL stored with the message, if any."
          },
          "message_id": {
            "type": "string",
            "description": "Identifier of the stored message row in the messages table."
          },
          "tg_send_flag": {
            "type": "string",
            "description": "Telegram send flag from the messages table. Initially empty; can be updated by a background worker."
          },
          "activation_instructions": {
            "type": "string",
            "description": "How to activate the Telegram bot for this chat_key (e.g. talk to t.me/x402Factory_bot and send /pair <chat_key>). Returned on create."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402factory-ai",
    "host": "x402factory.ai",
    "url": "https://x402factory.ai",
    "favicon": "https://x402factory.ai/x402factoryfavoicon.jpg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402factory-ai-base-telegram",
    "url": "https://x402all.com/resource/x402factory-ai-base-telegram",
    "name": "X402factory \u00b7 Base Telegram",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402factory-ai-base-telegram",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://x402factory.ai/base/telegram",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402factory-ai",
      "url": "https://x402factory.ai",
      "name": "x402factory.ai",
      "@type": "Organization"
    },
    "identifier": "x402factory-ai-base-telegram",
    "description": "X402factory \u00b7 Base Telegram \u2014 x402-protected tools API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402factory-ai-base-telegram",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402factory-ai-base-telegram",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T23:17:07.895563+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402factory.ai/base/telegram",
    "content_type": "application/json",
    "response_schema": {
      "ok": {
        "type": "boolean",
        "description": "True on success"
      },
      "name": {
        "type": "string",
        "description": "Name associated with the chat_key (action=create or list)."
      },
      "chats": {
        "type": "array",
        "description": "For action=list: up to 100 recent chats for the paying wallet, each with chat_key, name, createdAt, updatedAt."
      },
      "action": {
        "type": "string",
        "description": "Action performed: 'create' for new chat_key, 'list' for listing chat_keys, 'message' when a message was enqueued."
      },
      "wallet": {
        "type": "string",
        "description": "Payer wallet address on Base"
      },
      "chat_id": {
        "type": "string",
        "description": "Telegram chat_id associated with the chat_key once the background worker has linked it. Initially empty."
      },
      "chat_key": {
        "type": "string",
        "description": "Chat key created for this wallet (action=create) or used for message sends."
      },
      "createdAt": {
        "type": "string",
        "description": "Creation timestamp for the chat or message."
      },
      "updatedAt": {
        "type": "string",
        "description": "Last update timestamp for the chat."
      },
      "attachment": {
        "type": "string",
        "description": "Attachment URL stored with the message, if any."
      },
      "message_id": {
        "type": "string",
        "description": "Identifier of the stored message row in the messages table."
      },
      "tg_send_flag": {
        "type": "string",
        "description": "Telegram send flag from the messages table. Initially empty; can be updated by a background worker."
      },
      "activation_instructions": {
        "type": "string",
        "description": "How to activate the Telegram bot for this chat_key (e.g. talk to t.me/x402Factory_bot and send /pair <chat_key>). Returned on create."
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "bb8e43bcdbb5165c5bd9f42b54b28a8d506ca5031c36b81523d0faf71882e160"
  }
}