# KiteEndpoints.ai - TideCheck

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

Retrieves tide check data (tide heights, times, and conditions) for a given location via a pay-per-request API hub

## Facts

- Endpoint: POST https://kite-hub-v2.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-tidecheck-bd7105a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gACKC6DyT07JKC0g3-cJ_

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-tidecheck-bd7105a6 -d '<json body>'
```

Example prompt: What are the high and low tide times and heights for Santa Monica Beach today?

## When to prefer this

Use this endpoint when you need tide schedule data (high/low tide times and heights) for coastal planning activities such as fishing, surfing, boating, or beach visits and are willing to pay $0.07 USDC per request via Base chain.

## Known failure modes

- Invalid or unsupported location returns an error or empty result
- Missing required location parameter causes a 400-level error
- Payment failure (insufficient USDC) returns HTTP 402
- Upstream tide data provider outage returns 5xx error
- Date out of supported forecast range returns empty or error 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 tide data including high/low tide times, heights, and tidal conditions for the requested location and date, wrapped in a result object.

## 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-tidecheck-bd7105a6/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)
