Skip to content

Commit 315b76b

Browse files
authored
1 parent f6d41f2 commit 315b76b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,14 +2108,16 @@ console.log(await client.withdrawHistory())
21082108

21092109
#### withdraw
21102110

2111-
Triggers the withdraw process (_untested for now_).
2111+
Triggers the withdraw process.
21122112

21132113
```js
21142114
console.log(
21152115
await client.withdraw({
2116-
asset: 'ETH',
2116+
coin: 'ETH',
2117+
network: 'ETH',
21172118
address: '0xfa97c22a03d8522988c709c24283c0918a59c795',
21182119
amount: 100,
2120+
// addressTag: '' // MEMO
21192121
}),
21202122
)
21212123
```

0 commit comments

Comments
 (0)