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) 191 B
import { numberInString } from '../shared'; export interface PaginatedSymbolRequest { ccy?: string; after?: numberInString; before?: numberInString; limit?: numberInString; }