UNPKG

node-bithumb

Version:
8 lines (7 loc) 154 B
export interface IPostOrdersParams { orderId?: string; type?: 'bid' | 'ask'; count?: number; after?: number; orderCurrency: string; }