UNPKG

okex-api

Version:

A modern, asynchronous, and easy-to-use [Okx API](https://www.okx.com/docs-v5) wrapper for Node.js/bun/Web Browser/Cloudflare workers.

8 lines (7 loc) 196 B
import type { numberInString } from '../shared'; export interface PaginatedSymbolRequest { ccy?: string; after?: numberInString; before?: numberInString; limit?: numberInString; }