UNPKG

okx-api

Version:

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

9 lines (8 loc) 516 B
import { Method } from 'axios'; import { RestClientOptions } from '../types/rest/client.js'; import { APIMarket } from '../types/shared.js'; 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;