node-bithumb
Version:
NodeJS wrapped for Bithumb API
5 lines (4 loc) • 345 B
TypeScript
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 {};