UNPKG

okx-api

Version:

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

8 lines (7 loc) 464 B
import { Method } from 'axios'; import { APIMarket, RestClientOptions } from '../types'; export declare function serializeParams(params: object | undefined, method: Method, strict_validation?: boolean): string; export declare const programKey = "tag"; export declare const programId = "159881cb7207BCDE"; export declare function getRestBaseUrl(market: APIMarket, restClientOptions: RestClientOptions): string; export declare function isWsPong(response: any): any;