@pontx/massive
v0.1.2
Published
Type-safe SDK and CLI for the official Massive REST API
Downloads
442
Maintainers
Readme
@pontx/massive
Type-safe TypeScript SDK and dedicated CLI for the officially documented Massive REST API.
Install
npm install @pontx/massiveSDK
Use your own Massive account, API key, subscription, and market-data entitlements:
import { createMassiveClient } from "@pontx/massive";
const client = createMassiveClient({ apiKey: process.env.MASSIVE_API_KEY! });
const result = await client.getPreviousClose("AAPL", {});CLI
npm install --global @pontx/massive
export MASSIVE_API_KEY="your-key"
pontx-massive --help
pontx-massive call getPreviousClose --stocksTicker AAPL --dry-runPontx publishes generated code and API metadata; it does not proxy, cache, bundle, or redistribute Massive market-data responses. Your use of the upstream service remains subject to Massive's terms.
- Pontx Hub documentation
- Source
- License: MIT
