Skip to content

Doc: standx-typescript-sdk 设计文档 #172

@wjllance

Description

@wjllance

Design document for TypeScript SDK.

Target

Build TypeScript SDK for StandX exchange API.

Features

  • Type safety (TypeScript 4.7+)
  • Dual environment: Node.js 18+ and Browser
  • REST API + WebSocket coverage
  • Modular (tree-shaking friendly)

Install

npm install standx-sdk

Quick Start

import { StandXClient } from 'standx-sdk';

const client = new StandXClient({ privateKey: '0x...' });
const ticker = await client.market.ticker('BTC-USD');

Status: Draft / Planning

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions