UNPKG

@huangapple/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) 209 B
export interface APICredentials { apiKey: string; apiSecret: string; apiPass: string; } export declare type APIMarket = 'prod' | 'business' | 'businessAws' | 'aws' | 'demo' | 'businessDemo';