UNPKG

okx-api-nw

Version:

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

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