-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptoExchange.Net v8.0.0, shared interfaces
- Loading branch information
Showing
20 changed files
with
1,327 additions
and
23 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
Bitfinex.Net.UnitTests/Endpoints/Spot/Account/WithdrawV2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
POST | ||
/v2/auth/w/withdraw | ||
true | ||
[ | ||
1568742390999, //MTS | ||
"acc_wd-req", //TYPE | ||
null, //MESSAGE_ID | ||
null, //PLACEHOLDER | ||
[ | ||
13080092, //WITHDRAWAL_ID | ||
null, //PLACEHOLDER | ||
"ethereum", //METHOD | ||
null, //PAYMENT_ID | ||
"exchange", //WALLET | ||
0.01, //AMOUNT | ||
null, //PLACEHOLDER | ||
null, //PLACEHOLDER | ||
0.00135 //WITHDRAWAL_FEE | ||
], //WITHDRAWAL_ARRAY | ||
null, //CODE | ||
"SUCCESS", //STATUS | ||
"Your withdrawal request has been successfully submitted." //TEXT | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.