# xQuant Stonk Token Minter

> xQuant Stonk Token Minter is a paid API for AI agents from www.xquant-api.xyz, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Accepts 1 USDC payment and automatically mints 100 xTest tokens to the caller's wallet, returning the transaction hash and explorer link

## Facts

- Endpoint: POST https://www.xquant-api.xyz/api/xQuant-stonk
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-xquant-api-xyz-581ad61a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YvxCWre0r6fmef_aTLNOx

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 www-xquant-api-xyz-581ad61a -d '<json body>'
```

Example prompt: Mint me 100 xTest tokens using the xQuant stonk API — I want to pay 1 USDC and have the tokens sent to my wallet 0xABC123...

## When to prefer this

Use this endpoint when you need to acquire xTest tokens on the xQuant platform by exchanging exactly 1 USDC, and you want automatic on-chain minting with a verifiable transaction hash. Best suited for agents testing xQuant ecosystem integrations or acquiring xTest tokens programmatically.

## Known failure modes

- Insufficient USDC balance — payment of 1 USDC cannot be completed
- Invalid or missing recipient wallet address
- Smart contract failure during minting
- Network congestion causing transaction timeout
- Duplicate payment request rejected
- x402 payment protocol error or misconfiguration

## How this service works

Pay 1 USDC, receive 100 xTest tokens - automatically minted to your wallet

## Output

Returns a JSON object with success status, number of tokens minted (100), payment amount, recipient wallet address, blockchain transaction hash, a block explorer URL to verify the transaction, and a timestamp of the mint event.

## Example request

```json
{
 "amount": "1",
 "currency": "USDC",
 "tokenSymbol": "xTest",
 "tokenQuantity": 100,
 "recipientWallet": "0x742d35Cc6634C0532925a3b844Bc9e7595f42bE",
 "notificationEmail": "zero-qa@agentmail.to"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-xquant-api-xyz-581ad61a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.xquant-api.xyz](https://www.zero.xyz/host/www.xquant-api.xyz/llms.txt)
