gateio-api
Version:
Complete & Robust Node.js SDK for Gate.com's REST APIs, WebSockets & WebSocket APIs, with TypeScript declarations.
13 lines (12 loc) • 449 B
TypeScript
/**================================================================================================================================
* WITHDRAW
* ==========================================================================================================================
*/
export interface SubmitWithdrawalReq {
amount: string;
currency: string;
chain: string;
withdraw_order_id?: string;
address?: string;
memo?: string;
}