HomeDevelopersTool APIs

Crypto Explainer API

Explain any crypto term simply and accurately.

The Crypto Explainer API lets you explain any crypto term simply and accurately. programmatically — a single call, structured output, no prompt engineering. It's part of the Larz Tools API and runs on the same Larz API key you use everywhere else.

Endpoint

POST https://api.larzos.com/v1/tools/cryptoexplain

Example request

curl https://api.larzos.com/v1/tools/cryptoexplain \
  -H "Larz-Api-Key: larz_sk_your_key" \
  -H "Content-Type: application/json" \
  -d '{"input":"what is an automated market maker"}'

Example response

{
  "id": "larz_run_…",
  "object": "tool_result",
  "tool": "cryptoexplain",
  "output": "…generated result…",
  "usage": { "tokens": 180 }
}

What you can build

Pricing

Free on the Free tier (200,000 tokens/month, 60 requests/min). Every call returns your remaining quota in the X-Larz-Tokens-Remaining header.

Get an API keyTry Crypto Explainer free →