@noya-ai/data-server-schemas
v0.6.1
Published
Shared [Zod](https://zod.dev) schemas for the Noya data-server API surface. Published as a runtime dependency of [`@noya-ai/sdk`](https://www.npmjs.com/package/@noya-ai/sdk), [`@noya-ai/cli`](https://www.npmjs.com/package/@noya-ai/cli), and [`@noya-ai/mcp
Readme
@noya-ai/data-server-schemas
Shared Zod schemas for the Noya data-server API surface. Published as a runtime dependency of @noya-ai/sdk, @noya-ai/cli, and @noya-ai/mcp — you generally don't depend on this directly.
Install
npm install @noya-ai/data-server-schemasUsage
Schemas are exported per data family via subpath imports:
import { PriceBody, PriceResponse } from "@noya-ai/data-server-schemas/coingecko";
const parsed = PriceBody.parse({ tokenIds: ["bitcoin"] });Families: alternative, batch, coingecko, coinglass, composite, cryptonews, defillama, geckoterminal, kaito, moralis, noya. The root export re-exports all of them.
License
MIT
