GENKA 原価 · REST API

Reference · REST API

REST endpoints

Every /latest/* route, with parameters, schemas, and a Try-it-out runner. Same auth and billing as MCP. Raw spec at /docs/openapi.json; agent-friendly index at /llms.txt.

Quickstart

Authenticate with X-API-Key on every billable route. Free routes (/health, /capabilities, /openapi.json, /docs/*, /llms.txt) skip the header.

curl https://genka.dev/latest/mf/screener?sort=-sharpe&period=3y&limit=5 \
  -H "X-API-Key: $GENKA_KEY"

Errors follow RFC 7807 (application/problem+json). Every 2xx returns { data, meta } with meta.usage carrying tier and credits debited. 402 responses carry credits_required + hint for retry.

Endpoints

Filter by tag, expand any row to see parameters and response shape, click Try it out to run with your key.