# Lagoon Tech Systems Cashew Wholesale Price API

> Lagoon Tech Systems Cashew Wholesale Price API is a paid API for AI agents from data.lagoontechsystems.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current international cashew wholesale price estimate in USD per metric ton.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cashew/wholesale
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lagoon-tech-systems-cashew-wholesale-price-api-b7aac94b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vQhDIeXE2gSIY9vJxj3Kv

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 lagoon-tech-systems-cashew-wholesale-price-api-b7aac94b
```

Example prompt: What is the current international wholesale price for cashews in USD per ton?

## When to prefer this

Use this endpoint when you need a quick, current wholesale cashew price estimate in USD/ton for commodity analysis, procurement decisions, or agricultural market monitoring. Prefer this over the composite cashew endpoint when you only need the wholesale price without farmgate or trend data.

## Known failure modes

- API returns stale or cached data if upstream price feeds are delayed
- Missing or malformed response if the service is temporarily unavailable
- HTTP 402 if payment of $0.01 USDC is not properly handled
- No data returned for edge cases where market is closed or data is unavailable

## How this service works

International cashew wholesale price estimate, USD/ton.

## Output

A price estimate for cashews at the international wholesale level, denominated in USD per metric ton, representing the current market rate.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lagoon-tech-systems-cashew-wholesale-price-api-b7aac94b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.lagoontechsystems.com](https://www.zero.xyz/host/data.lagoontechsystems.com/llms.txt)
