mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Bitstamp: Add missing API fields and enhance test coverage (#1510)
* Bitstamp: Add missing fields * Bitstamp: update assert to require, update tests WIP * Bitstamp: Update the tests * Bitstamp: Update GetOrderInfo * Bitstamp: Add minor updates * Bitstamp: Update TestGetFee, add Amount to GetOrderInfo * Bitstamp: Update TestGetFee * Bitstamp: Update OrderStatus type
This commit is contained in:
3
testdata/http_mock/bitstamp/bitstamp.json
vendored
3
testdata/http_mock/bitstamp/bitstamp.json
vendored
@@ -106,7 +106,8 @@
|
||||
"type": 0
|
||||
}
|
||||
],
|
||||
"amount": "200.00"
|
||||
"amount_remaining": "200.00",
|
||||
"client_order_id": "0.50000000"
|
||||
},
|
||||
"queryString": "",
|
||||
"bodyParams": "id=1458532827766784&key=FUId9Nby1VbZrGgZHfzGbswd4CDcp6Ar&nonce=1700374285822027000&signature=0B7C759A57B10EC315CE3A53480EDC720BE9BCD2CCEA86313808914484483386",
|
||||
|
||||
Reference in New Issue
Block a user