UNPKG

notbank

Version:
6 lines (5 loc) 201 B
// src/models/request/getL2Snapshot.ts export interface GetL2SnapshotRequest { InstrumentId: number; // Required: ID of the instrument Depth: number; // Required: Maximum number of bids and asks }