Last active
March 22, 2019 13:32
-
-
Save 4knort/1cd56037ba22a6f885e5ed27b68c9c08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Request URL: https://utex-mobile-gateway.unitedtraders.work/rest/grpc/com.unitedtraders.luna.utex.protocol.mobile.MobileHistoryService.getCompletedTransactions | |
{ | |
currency: "BTC" | |
dateTo: 1553183390274945300 | |
limit: 50 | |
typeItems: [] | |
} | |
//response | |
items: [{type: "TRANSACTIONS_TYPE_BUY_TRADE",…}] | |
0: {type: "TRANSACTIONS_TYPE_BUY_TRADE",…} | |
depositInfo: {depositId: 0, amount: {amount: "0", currency: ""}, type: "DEPOSIT_TYPE_FIAT",…} | |
tradeInfo: {symbolId: 2, orderId: 178666758, amount: {amount: "0", currency: ""},…} | |
amount: {amount: "0", currency: ""} | |
execPrice: {amount: "395296000", currency: "USD"} | |
fee: {amount: "0", currency: ""} | |
feePercent: 0 | |
filled: {amount: "3952960000000000", currency: "USD"} | |
orderId: 178666758 | |
placedDate: 1553183390274945300 | |
price: {amount: "0", currency: ""} | |
rejectText: "" | |
status: "TRADE_STATUS_FILLED" | |
symbolId: 2 | |
totalValue: {amount: "10000000", currency: "BTC"} | |
type: "MARKET" | |
updateDate: 1553183390274945300 | |
type: "TRANSACTIONS_TYPE_BUY_TRADE" | |
withdrawInfo: {withdrawId: 0, amount: {amount: "0", currency: ""}, status: "WITHDRAW_STATUS_CONFIRMING",…} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment