# x402.ser-api.wtf Standard Mint

> x402.ser-api.wtf Standard Mint is a paid API for AI agents from x402.ser-api.wtf, paid per call via x402, $1/call, status down (last checked 2026-09-15).

Mints 100 $SerWTF tokens to the caller's wallet for $1 USDC via the x402 payment protocol

## Facts

- Endpoint: POST https://x402.ser-api.wtf/
- Price: $1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ser-api-wtf-61d3459f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LIve4Cf7ZwmEIf0k4ZfZQ

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 x402-ser-api-wtf-61d3459f -d '<json body>'
```

Example prompt: Mint me 100 $SerWTF tokens using the x402 mint API — I'm happy to pay $1 USDC for the standard batch.

## When to prefer this

Use this endpoint when you need to acquire exactly 100 $SerWTF tokens at the standard rate of $1 USDC per call via the x402 micropayment protocol. Prefer the Premium Mint sibling endpoint if you need 100x tokens (10,000) and want better value at $10.

## Known failure modes

- Payment of $1 USDC not received or invalid x402 payment header — returns 402 Payment Required
- Wallet address missing or malformed — returns error in message field
- Blockchain congestion or mint contract failure — returns error data object
- Rate limiting or duplicate transaction detection — returns rejection message

## How this service works

Mint API for $SerWTF get 100 tokens. 通过Mint API铸造$SerWTF 获得100个代币

## Output

Returns a JSON object with a 'data' field containing mint transaction details and a 'message' string confirming the minting of 100 $SerWTF tokens to the requester's wallet.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "message": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-ser-api-wtf-61d3459f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ser-api.wtf](https://www.zero.xyz/host/x402.ser-api.wtf/llms.txt)
