-
Notifications
You must be signed in to change notification settings - Fork 0
/
wallet_response.json
48 lines (43 loc) · 1.46 KB
/
wallet_response.json
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"result": {
"items": [
{
"symbol": "SWTR",
"image": "https://panel.swisstronik.com/media/network_images/swisstronik.png",
"balance": 1.01,
"equaivalent": 3.01,
"tag": "Native"
},
{
"symbol": "BTC",
"image": "https://panel.swisstronik.com/media/network_images/bitcoin.png",
"balance": 0.01234,
"equaivalent": 3801.51,
"tag": "Native"
},
{
"symbol": "USDT",
"image": "https://panel.swisstronik.com/media/network_images/ethereum-eth-logo.png",
"balance": 50.00,
"equaivalent": 50.00,
"tag": "ERC-20"
},
{
"symbol": "USDT",
"image": "https://panel.swisstronik.com/media/network_images/logo_Pw7eW5a.png",
"balance": 2.00,
"equaivalent": 1.99,
"tag": "TRC-20"
},
{
"symbol": "USDC",
"image": "https://panel.swisstronik.com/media/network_images/ethereum-eth-logo.png",
"balance": 55.23,
"equaivalent": 54.1,
"tag": "ERC-20"
}
]
},
"success": true,
"errors": []
}