# Clink Lithium Vault - Spodumene & Lithium Price History

> Clink Lithium Vault - Spodumene & Lithium Price History is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns the full daily SC6 spodumene concentrate price time series (USD/tonne, CIF China) from May 2023 to present, plus lithium carbonate spot and producer realized prices, with optional date range and interval filtering.

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/vault/spodumene-history
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clink-lithium-vault-spodumene-lithium-price-history-3f0a8696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XyXBfZ0bheNVSMLf_dCGv

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 clink-lithium-vault-spodumene-lithium-price-history-3f0a8696
```

Example prompt: Pull me the full daily SC6 spodumene price history from January 2024 to today — I need the complete USD/tonne time series including lithium carbonate spot prices.

## When to prefer this

Choose this endpoint when you need a complete historical price series for SC6 spodumene concentrate or lithium carbonate, especially for charting, trend analysis, or financial modeling. It is the only source that combines SC6 spot prices with producer realized prices cited to regulatory filings. Use /vault/summary instead if you only need the latest single print and want to save cost ($0.02 vs $0.20).

## Known failure modes

- Invalid date format for 'from' or 'to' parameters returns an error
- Date range outside the available history (pre-May 2023) may return empty or partial data
- Invalid 'interval' enum value returns a validation error
- Service downtime on fly.dev infrastructure may cause timeouts
- Payment failure (x402) blocks access to the data

## How this service works

Historical spodumene prices - the full DAILY SC6 spodumene concentrate (6% Li2O, CIF China) price series from May 2023 to today, USD/tonne, ~750 prints, PLUS daily lithium carbonate spot and quarterly producer realized prices cited to SEC/ASX filings (Pilbara, Sigma, Kodal). One call = the whole time series. ?interval=daily|weekly|monthly&from=&to= (all optional). Lithium price history, spodumene price chart data, battery metals. Latest print only: /vault/summary $0.02.

## Output

Returns an array of price data points covering SC6 spodumene concentrate (6% Li2O, CIF China) in USD/tonne with approximately 750 daily prints from May 2023 to the current date, plus lithium carbonate spot prices and quarterly producer realized prices cited to SEC/ASX filings from Pilbara, Sigma, and Kodal. Response is filterable by date range and aggregation interval (daily, weekly, or monthly).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "to": {
       "type": "string",
       "description": "YYYY-MM-DD window end (optional)"
      },
      "from": {
       "type": "string",
       "description": "YYYY-MM-DD window start (optional)"
      },
      "interval": {
       "enum": [
        "daily",
        "weekly",
        "monthly"
       ],
       "type": "string",
       "description": "default daily"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clink-lithium-vault-spodumene-lithium-price-history-3f0a8696/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
