# Vietnam XSMB Northern Lottery Results API

> Vietnam XSMB Northern Lottery Results API 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-15).

Returns the full prize table for Vietnam's Northern traditional lottery (XSMB / Xo So Mien Bac) daily draws, structured as JSON, updated within minutes of the 18:15 Hanoi draw.

## Facts

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

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-xsmb-northern-lottery-results-api-41a840ca
```

Example prompt: What are the latest XSMB Xo So Mien Bac northern Vietnam lottery results today — show me the full prize table from special prize down to the 7th prize for the last 3 draws?

## When to prefer this

Use this endpoint when you specifically need Vietnam Northern (XSMB / Xo So Mien Bac) lottery results with the full multi-prize table structure. Prefer this over XSMT (Central) or XSMN (Southern) endpoints when the user asks about Hanoi or northern draws. Use it over the Vietlott endpoint when the user wants traditional number-table lottery rather than jackpot-style draws.

## Known failure modes

- Results not yet available if queried before 18:15 Hanoi time on draw day
- Invalid limit parameter (must be between 1 and 30) returns an error
- Network/server unavailability on Railway hosting returns 5xx
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

Vietnam Northern traditional lottery results (XSMB / Xo So Mien Bac): full prize table from special prize (giai dac biet) to 7th prize for the latest daily draws at 18:15 Hanoi time. Structured JSON, updated within minutes of the draw. Used by millions of Vietnamese daily.

## Output

A structured JSON array of recent XSMB draw results, each containing the draw date and a full prize table: special prize (giai dac biet), 1st through 7th prize winning numbers, updated within minutes of the daily 18:15 Hanoi draw.

## 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 recent draws (default 3, max 30)"
      }
     }
    }
   },
   "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-xsmb-northern-lottery-results-api-41a840ca/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)
