# KiteEndpoints.ai - Fuel Price Lookup

> KiteEndpoints.ai - Fuel Price Lookup 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-15).

Retrieves current fuel prices, likely by location or fuel type, via a paid per-request API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/fuel-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-fuel-price-lookup-5f1dcb03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iv8F9cLkgQQffmtb5McFe

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-fuel-price-lookup-5f1dcb03 -d '<json body>'
```

Example prompt: What's the current price of gasoline in California right now? I need the latest fuel price data for trip cost estimation.

## When to prefer this

Use this endpoint when you need real-time or near-real-time fuel price data for a specific location or fuel type and want a pay-per-request model without a subscription. Suitable for occasional lookups rather than high-frequency polling.

## Known failure modes

- Invalid or unsupported location returns empty or error result
- Unknown fuel type may return null data
- API may return stale data if upstream source is delayed
- Malformed request body returns generic error
- Service may be unavailable intermittently given Vercel hosting

## 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 current fuel price data, likely including price per unit, fuel type, location or region, and currency information.

## 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-fuel-price-lookup-5f1dcb03/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)
