# Vietnam Southern Lottery Results (XSMN)

> Vietnam Southern Lottery Results (XSMN) is a paid API for AI agents from web-production-7ca5d.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns full prize tables for Vietnam Southern region (Xo So Mien Nam) lottery draws by province and date, drawn daily at 16:15 local time.

## Facts

- Endpoint: GET https://web-production-7ca5d.up.railway.app/v1/vietnam/xsmn
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vietnam-southern-lottery-results-xsmn-680fbc1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QHgGXhe9chveG8l_G_gEW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vietnam-southern-lottery-results-xsmn-680fbc1b
```

Example prompt: Can you pull the latest Vietnam southern lottery (XSMN) results for Ho Chi Minh City — show me the last 5 draws with the full prize table?

## When to prefer this

Use this endpoint when you specifically need Vietnam Southern region (XSMN / Xo So Mien Nam) traditional lottery results including Ho Chi Minh City, Dong Nai, Can Tho, Tay Ninh, An Giang and other southern provinces. Choose the sibling XSMB endpoint for northern results or XSMT for central region results. Prefer this over Vietlott endpoints when the user wants traditional provincial lottery numbers rather than national jackpot games.

## Known failure modes

- Invalid province slug returns empty results or 400 error
- Limit exceeding 30 may be capped or rejected
- Results may not yet be available before 16:15 Vietnam local time on draw day
- Network or Railway hosting downtime returns 5xx errors
- Missing required method/type input fields returns validation error

## How this service works

Vietnam Southern lottery results (XSMN / Xo So Mien Nam) for all provinces: Ho Chi Minh City, Dong Nai, Can Tho, Tay Ninh, An Giang and 15+ more. Full prize table per province per day, drawn 16:15 local time. Filter by province slug.

## Output

A structured prize table for each requested draw: province name, draw date, and all prize tiers (special prize through 8th prize) with winning numbers, filtered by province if requested, covering up to 30 recent draws.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "limit": {
       "type": "number",
       "description": "Number of results (default 3, max 30)"
      },
      "province": {
       "type": "string",
       "description": "Province slug, e.g. ho-chi-minh, dong-nai, can-tho (optional, default all)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vietnam-southern-lottery-results-xsmn-680fbc1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-7ca5d.up.railway.app](https://www.zero.xyz/host/web-production-7ca5d.up.railway.app/llms.txt)
