# SimFuse Greece 500 MB 1-Day Travel eSIM

> SimFuse Greece 500 MB 1-Day Travel eSIM is a paid API for AI agents from simfuse.app, paid per call via x402, $1.29/call, status unknown (last checked 2026-09-15).

Purchases a prepaid 500 MB / 1-day data eSIM for use in Greece, paid instantly in USDC on Base via x402, and returns activation details within seconds.

## Facts

- Endpoint: POST https://simfuse.app/x402/purchase/01kvmtd8akcc65w825ekzv50af
- Price: $1.29/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/simfuse-greece-500-mb-1-day-travel-esim-ce1483a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6PWB6u2iGpBTU9zt5gfjO

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 simfuse-greece-500-mb-1-day-travel-esim-ce1483a3 -d '<json body>'
```

Example prompt: I'm heading to Greece tomorrow and need mobile data — can you buy me a 500 MB eSIM for one day and send the activation details to maria@example.com?

## When to prefer this

Choose this endpoint when a traveller specifically needs mobile data in Greece for a short stay (1 day, 500 MB) and wants instant, accountless provisioning paid in USDC with no roaming contract. Prefer over traditional SIM purchasing flows when no physical SIM is needed, no account creation is desired, and the agent is operating autonomously with a crypto wallet. Use the country-specific endpoint (Greece) rather than the Europe-wide plan when the traveller is only visiting Greece and cost optimisation per destination matters.

## Known failure modes

- Payment rejected or insufficient USDC balance — x402 payment challenge fails and no eSIM is provisioned
- Invalid quantity value (outside 1–20 range) — request rejected with validation error
- Invalid or malformed email address — may result in non-delivery of email activation details
- eSIM provisioning backend delay — order_status_url exists but activation details not yet ready; agent should poll
- Network or provider outage — endpoint unavailable or returns 5xx error

## How this service works

Greece 500 MB: a prepaid travel eSIM with 500 MB of data for 1 day. Buy it when a traveller needs mobile data abroad without a local SIM card or roaming fees. Pay in USDC on Base with x402, no account or API key needed. The installable eSIM (QR code, LPA activation code, one-tap iPhone and Android links) is ready within seconds from order_status_url. Optional JSON body: quantity (1 to 20) and email.

## Output

The endpoint returns an order_status_url where the eSIM install details — including a scannable QR code, LPA activation code, and one-tap install links for iPhone and Android — are available within seconds. If an email was provided, the same details are also delivered to the traveller's inbox.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Optional. The traveller's email address, where the eSIM install details are also sent. Omit it to collect the eSIM only from order_status_url."
  },
  "quantity": {
   "type": "integer",
   "default": 1,
   "maximum": 20,
   "minimum": 1,
   "description": "How many eSIMs of this plan to buy, 1 to 20. Defaults to 1. The price in the 402 challenge is for this quantity."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/simfuse-greece-500-mb-1-day-travel-esim-ce1483a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simfuse.app](https://www.zero.xyz/host/simfuse.app/llms.txt)
