CuteMarkets Docs

API Reference

Everything you need to integrate market data, build faster, and scale.

Tip: open /docs/errors.md directly for raw markdown (easy copy/paste into an LLM).

Error Handling

All errors follow the standard response envelope with status: "ERROR".

bash
{
  "status": "ERROR",
  "request_id": "cm_abc123...",
  "error": {
    "code": "error_code",
    "message": "Human-readable description."
  }
}

Error codes

HTTP StatusCodeDescription
400bad_requestMissing or invalid query parameters.
400invalid_page_tokenThe page parameter is invalid or expired. Repeat the list request without page, then follow each next_url the API returns.
401unauthorizedMissing or invalid API key.
403forbiddenYour plan does not include this endpoint.
403lookback_exceededA date or timestamp parameter falls outside your plan's historical lookback window (3 years for Free, 7 years for Developer). Upgrade your plan or adjust the date range.
404not_foundThe requested resource does not exist.
429rate_limit_exceededYou have exceeded your plan's request limit.

Next steps

Move from the docs into the product workflow

If you are evaluating the API rather than implementing a specific endpoint right now, the product pages map the live, historical, and chain workflows directly.