@theneuralledger/sdk
v0.1.0
Published
Typed TypeScript SDK for The Neural Ledger intelligence API.
Downloads
109
Maintainers
Readme
@theneuralledger/sdk
Typed, secret-safe TypeScript client for The Neural Ledger member API.
import { TnlClient } from '@theneuralledger/sdk';
const client = new TnlClient({ apiKey: process.env.TNL_API_KEY! });
const stories = await client.getAssetStories('BTC', {
updatedSince: new Date(Date.now() - 86_400_000).toISOString(),
});The SDK provides cursor iteration, bounded retries, request timeouts, rate-limit metadata, saved-search management, and Ledger AI Terminal access.
