# SSDF EV Charging Atlas

> SSDF EV Charging Atlas is a paid API for AI agents from www.ssdf.site, paid per call via x402, $68/call, status unknown (last checked 2026-09-13).

Purchases and delivers the SSDF EV Charging Atlas dataset, a curated electric vehicle charging station reference, settled in USDC on Base and minting a Passport NFT on purchase.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-ev-charging-atlas
- Price: $68/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-ev-charging-atlas-ebb3f412
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Z5A7WdridnYwAh9wc7aB

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 ssdf-ev-charging-atlas-ebb3f412
```

Example prompt: Buy me the SSDF EV Charging Atlas — I need the full dataset of electric vehicle charging stations and I'm fine paying $68 USDC on Base to get it.

## When to prefer this

Choose this endpoint when an agent or user needs a one-time purchase of a curated EV charging station atlas, paid in USDC on Base, and wants a Passport NFT receipt minted atomically with the purchase. Prefer this over generic EV APIs when the requirement is a self-contained, ownable dataset rather than a live query service.

## Known failure modes

- Insufficient USDC balance — payment fails before fulfillment is issued
- Network or blockchain congestion causing settlement delay
- Invalid or expired x402 payment header — 402 response returned
- Fulfillment endpoint unavailable after successful payment — Passport minted but data unreachable
- Rate limiting or duplicate purchase detection on the same wallet

## How this service works

SSDF INC digital store. Priced in USD, settled in USDC on Base through Coinbase Business. Humans and agents buy the same SKU. Every settlement mints a Passport.

## Output

Returns a JSON object with an 'ok' boolean confirming the purchase, the SKU string 'ssdf-ev-charging-atlas', a Passport identifier minted on Base for this transaction, and a fulfillment URL path where the actual atlas data can be retrieved.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  },
  "output": {
   "type": "object",
   "properties": {
    "ok": {
     "type": "boolean"
    },
    "sku": {
     "type": "string"
    },
    "passport": {
     "type": "string"
    },
    "fulfillment": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "properties": {
   "ok": {
    "type": "boolean"
   },
   "sku": {
    "type": "string"
   },
   "passport": {
    "type": "string"
   },
   "fulfillment": {
    "type": "string"
   }
  }
 },
 "example": {
  "ok": true,
  "sku": "ssdf-ev-charging-atlas",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-ev-charging-atlas-ebb3f412/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ssdf.site](https://www.zero.xyz/host/www.ssdf.site/llms.txt)
