@predictorsdk/client
v0.6.0
Published
The official TypeScript/JavaScript client for the PredictorSDK matching markets API
Maintainers
Readme
@predictorsdk/client
The official TypeScript/JavaScript client for the PredictorSDK matching markets API.
Installation
npm install @predictorsdk/clientUsage
import { PredictorSDKClient } from "@predictorsdk/client";
const client = new PredictorSDKClient({ token: "your-api-key" });
const { markets } = await client.getSportsMatchingMarkets({
kalshiEventTicker: "KXMLB-25-NYM-COL-2025-04-03",
});