-
Notifications
You must be signed in to change notification settings - Fork 1
/
import.json.template
36 lines (36 loc) · 986 Bytes
/
import.json.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"__":"Trade within the same wallet",
"___":"Type options: DEPOSIT, WITHDRAW, TRADE, TRANSFER, SWAP",
"type":"TRADE",
"timestamp":"2021-02-02 17:26:40",
"wallet":"Binance",
"from_symbol":"ETH",
"from_amount":1,
"to_symbol":"BETH",
"to_amount":1
},
{
"__":"Transfer from one wallet to another",
"type":"TRANSFER",
"timestamp":"2019-08-24 12:39:53",
"from_wallet":"Binance",
"from_symbol":"BTC",
"from_amount":1,
"to_wallet":"Coinbase",
"to_symbol":"BTC",
"to_amount":0.995,
"fee_amount":0.005
},
{
"__":"Modify an existing transaction in case of incomplete data",
"tx_id": "1234dbbd89333347002d73sss8026feb5f6ggggg81734bad136d18a44df91234",
"type":"TRANSFER",
"to_wallet": "Cold Wallet",
"to_symbol": "BTC",
"to_amount": 1,
"fee_wallet": "Cold Wallet",
"fee_symbol": "BTC",
"fee_amount": 0.005
}
]