# KiteEndpoints.ai - Tide Check

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

Returns tide information (high/low tide times and heights) for a given location

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tidecheck
- Price: $0.07/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-tide-check-0203aeac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KOTJXRsILOeanAkZClkZu

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-tide-check-0203aeac -d '<json body>'
```

Example prompt: What are today's tide times at Malibu Beach — when is high tide and low tide, and how high will the water get?

## When to prefer this

Use this endpoint when you need quick, structured tide schedule lookups for a coastal location, especially when integrating tide awareness into planning workflows for surfing, fishing, beach visits, or coastal navigation. Prefer this over manual tide chart lookups or scraped data when you need machine-readable tide times and heights.

## Known failure modes

- Invalid or unsupported location returns an error or empty result
- Missing required location parameter causes a 400-level error
- Date out of supported prediction range returns no data
- Network timeout from upstream tide data provider
- Inland locations with no tidal relevance may return null or error

## 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 tide data including predicted high and low tide times and corresponding water heights for the requested location and date, typically covering a 24-hour period with multiple tide events.

## 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-tide-check-0203aeac/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)
