UNPKG

okx-api

Version:

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

11 lines (10 loc) 262 B
import { APIMarket } from '../shared'; export interface RestClientOptions { apiKey?: string; apiSecret?: string; apiPass?: string; market?: APIMarket; strict_param_validation?: boolean; baseUrl?: string; parse_exceptions?: boolean; }