mirrored listing x402 base

Rent a phone number for a target service and retrieve the verification code

Rent a phone number for a target service and retrieve the verification code. Price is quoted per order (from $0.25) via GET /v1/sms-quote.

Do you run agent.connskill.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
3000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
updated

Provider

agent.connskill.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "base",
    "payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "description": "Rent a phone number for a target service (Telegram, WhatsApp, Discord and 1300+ more) and retrieve the verification code it receives",
        "example": {
          "country": "US",
          "service": "Telegram"
        },
        "inputSchema": {
          "properties": {
            "country": {
              "description": "ISO country code, e.g. US",
              "minLength": 2,
              "type": "string"
            },
            "service": {
              "description": "Target service, e.g. Telegram",
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "service",
            "country"
          ],
          "type": "object"
        },
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "costUsd": 0.84,
          "number": "+12765550123",
          "orderId": "123456789",
          "provider": "smspool",
          "sellUsd": 2.55,
          "status": "ordered"
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "body": {
              "properties": {
                "country": {
                  "description": "ISO country code, e.g. US",
                  "minLength": 2,
                  "type": "string"
                },
                "service": {
                  "description": "Target service, e.g. Telegram",
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "service",
                "country"
              ],
              "type": "object"
            }
          }
        },
        "output": {
          "properties": {
            "example": {
              "costUsd": 0.84,
              "number": "+12765550123",
              "orderId": "123456789",
              "provider": "smspool",
              "sellUsd": 2.55,
              "status": "ordered"
            }
          }
        }
      }
    }
  }
}

Use it

curl

curl "https://agent.connskill.com/sms/v1/sms-order"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent.connskill.com/sms/v1/sms-order");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent.connskill.com/sms/v1/sms-order")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6891.json, and this resource appears in /discovery/resources and /discovery/search.