# Botpay NFT Minting API

> Botpay NFT Minting API is a paid API for AI agents from test.alexwlex143.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Verifies payment and mints an NFT on-chain, returning the mint transaction hash

## Facts

- Endpoint: POST https://test.alexwlex143.workers.dev/x402/nft-mint/api/verify-and-mint
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/botpay-nft-minting-api-0b067b77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JjrN5fRj7vqhVWZ6zk25B

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 botpay-nft-minting-api-0b067b77 -d '<json body>'
```

Example prompt: Mint me an NFT using the Botpay API — I'm happy to pay the 0.1 USDC fee, and I need back the on-chain transaction hash confirming the mint.

## When to prefer this

Use this endpoint when you need to programmatically mint an NFT gated behind a micropayment ($0.1 USDC via x402 protocol). It is ideal for AI agents that need to pay-to-mint NFTs on-chain and require proof of the mint transaction hash. Prefer this over general NFT platforms when you need a simple API with built-in x402 payment verification.

## Known failure modes

- Payment verification fails — returns ok: false if payment is invalid or insufficient
- Blockchain congestion causes mint transaction to fail or time out
- Invalid or missing payer/recipient address causes request rejection
- Insufficient USDC balance results in payment failure
- Smart contract errors during minting return a failed transaction hash or error state

## How this service works

Botpay NFT minting API access

## Output

Returns a JSON object with ok (boolean success flag), payment details (to/from addresses and amount), and mintTxHash (the blockchain transaction hash of the NFT mint).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/botpay-nft-minting-api-0b067b77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from test.alexwlex143.workers.dev](https://www.zero.xyz/host/test.alexwlex143.workers.dev/llms.txt)
