UNPKG

bitget-api

Version:

Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.

24 lines (23 loc) 560 B
export declare type BrokerProductType = 'umcbl' | 'usdt' | 'swap' | 'dmcbl' | 'mix' | 'swap'; export interface BrokerSubListRequest { pageSize?: string; lastEndId?: number; status?: string; } export interface BrokerSubWithdrawalRequest { subUid: string; coin: string; address: string; chain: string; tag?: string; amount: string; remark?: string; clientOid?: string; } export interface BrokerSubAPIKeyModifyRequest { subUid: string; apikey: string; remark?: string; ip?: string; perm?: string; }