# Settle On Base — SETTLE Mints API

> Settle On Base — SETTLE Mints API is a paid API for AI agents from api.settleonbase.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Mints SETTLE tokens on the Base blockchain network via a paid POST endpoint

## Facts

- Endpoint: POST https://api.settleonbase.xyz/api/settle0001
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/settle-on-base-settle-mints-api-48cde806
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xleGzg3u4pA3AisFMKbIf

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 settle-on-base-settle-mints-api-48cde806 -d '<json body>'
```

Example prompt: Mint a SETTLE token on Base for my wallet address using the Settle on Base API.

## When to prefer this

Use this endpoint when you need to programmatically mint SETTLE tokens on the Base blockchain and are operating in a web3/crypto agent workflow. Prefer this over generic token APIs when specifically targeting the SETTLE token ecosystem on Base. Best suited for agents that support x402 micropayment protocols.

## Known failure modes

- Insufficient USDC payment (402 Payment Required) — payment of $0.001 USDC not received
- Invalid or missing wallet address — mint target not specified
- Base network congestion or RPC failure — transaction not processed
- Malformed request body — missing required mint parameters
- Rate limiting or quota exceeded — too many mint requests

## How this service works

weather

## Output

Returns a confirmation of the SETTLE token mint on the Base blockchain, likely including a transaction hash, token ID, or mint status indicating successful creation on-chain.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/settle-on-base-settle-mints-api-48cde806/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.settleonbase.xyz](https://www.zero.xyz/host/api.settleonbase.xyz/llms.txt)
