# KiteEndpoints.ai - Lodestar Price Lookup

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

Fetches the current price of Lodestar (LSTR) token from the KiteEndpoints mega API hub

## Facts

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

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-lookup-3a0c017b -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you specifically need the current market price of the Lodestar (LSTR) DeFi token and want a pay-per-request model with no subscription commitment, paying $0.19 USDC per call via the x402 Base chain payment protocol.

## Known failure modes

- Token price data unavailable or feed offline — returns error in result object
- Invalid or missing request body — returns 400-level error
- Payment not provided or insufficient USDC — returns 402 Payment Required
- Upstream price source timeout — delayed or empty result

## 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 an object containing the current market price data for the Lodestar (LSTR) cryptocurrency token, including price figures sourced from available market feeds.

## 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-lookup-3a0c017b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
