Create an automatic withdrawal.
Create an automatic withdrawal whenever the balance on the account reaches a threshold.
Request Body |
---|
minBtcThreshold integerMinimum amount of BTC to withdraw |
walletId stringWallet ID |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 Success. Returns the newly created automatic withdrawal plan.
| |||||||||
400 Missing or invalid parameters. | |||||||||
401 Access token is missing or invalid, or access is out of scope. | |||||||||
404 Automatic Withdrawal plan not found or inaccessible for the authenticated user/vendor. | |||||||||
422 Invalid extended public key or error deriving addresses from extended public key. |