We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 518296e + 315b76b commit 439433eCopy full SHA for 439433e
1 file changed
README.md
@@ -2129,14 +2129,16 @@ console.log(await client.withdrawHistory())
2129
2130
#### withdraw
2131
2132
-Triggers the withdraw process (_untested for now_).
+Triggers the withdraw process.
2133
2134
```js
2135
console.log(
2136
await client.withdraw({
2137
- asset: 'ETH',
+ coin: 'ETH',
2138
+ network: 'ETH',
2139
address: '0xfa97c22a03d8522988c709c24283c0918a59c795',
2140
amount: 100,
2141
+ // addressTag: '' // MEMO
2142
}),
2143
)
2144
```
0 commit comments