diff --git a/README.md b/README.md index 405a5940..51a03412 100644 --- a/README.md +++ b/README.md @@ -2108,14 +2108,16 @@ console.log(await client.withdrawHistory()) #### withdraw -Triggers the withdraw process (_untested for now_). +Triggers the withdraw process. ```js console.log( await client.withdraw({ - asset: 'ETH', + coin: 'ETH', + network: 'ETH', address: '0xfa97c22a03d8522988c709c24283c0918a59c795', amount: 100, + // addressTag: '' // MEMO }), ) ```