UNPKG

okx-api

Version:

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

7 lines (6 loc) 171 B
export interface APICredentials { apiKey: string; apiSecret: string; apiPass: string; } export type APIMarket = 'prod' | 'business' | 'demo' | 'businessDemo';