# KiteEndpoints.ai - Lodestar Price

> KiteEndpoints.ai - Lodestar Price is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-13).

Fetches the current price of Lodestar (LODE) cryptocurrency token

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/lodestar-price
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-lodestar-price-d30498ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JnhTlTPMArU4jRBTczE_A

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 kiteendpoints-ai-lodestar-price-d30498ae -d '<json body>'
```

Example prompt: What is the current price of the Lodestar token?

## When to prefer this

Use this endpoint when you specifically need the price of the Lodestar (LODE) token and are already using the KiteEndpoints.ai pay-per-request micropayment infrastructure with USDC on Base chain.

## Known failure modes

- Token price data unavailable or exchange feed down — returns error in result object
- Invalid or malformed request body — returns error response
- Payment not completed or insufficient USDC — 402 Payment Required
- Service timeout if upstream price feed is slow

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the current price data for the Lodestar (LODE) cryptocurrency token.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-lodestar-price-d30498ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
