# KiteEndpoints.ai Tidecheck

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

Retrieves tide check data (tide levels, times, or coastal conditions) for a given location via a pay-per-request API on Base chain

## Facts

- Endpoint: POST https://kite-solana.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-4142dddb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PVKgfdpF1cB6jVpnek_iN

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-4142dddb -d '<json body>'
```

Example prompt: What are the high and low tide times at Santa Cruz Beach today? I'm planning to go surfing in the morning.

## When to prefer this

Use this endpoint when you need quick tide information for coastal planning activities such as surfing, fishing, boating, or beachcombing and want to pay per request without a subscription. Prefer this over free weather APIs when you need dedicated tidal data integrated into an agent workflow with crypto micropayment support.

## Known failure modes

- Unknown or unsupported location returns an error or empty result
- Invalid date format may cause a failed lookup
- Payment failure or insufficient USDC balance blocks the request
- Network timeout on the upstream tide data provider
- Ambiguous location name results in incorrect or no data

## 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 for the requested location, including high and low tide times and levels, packaged as a JSON result object with coastal condition 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-tidecheck-4142dddb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
