UNPKG

okx-api-nw

Version:

Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests

6 lines (5 loc) 132 B
export interface RestClientOptions { strict_param_validation?: boolean; baseUrl?: string; parse_exceptions?: boolean; }