UNPKG

node-bithumb

Version:
5 lines (4 loc) 345 B
declare type infoEndpointType = 'account' | 'balance' | 'wallet_address' | 'ticker' | 'orders' | 'order_detail' | 'user_transactions'; declare type tradeEndpointType = 'place' | 'cancel' | 'market_buy' | 'market_sell' | 'btc_withdrawal' | 'krw_withdrawal'; export declare type postEndpointType = infoEndpointType | tradeEndpointType; export {};