-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwalletInformation.json
More file actions
108 lines (108 loc) · 4.39 KB
/
walletInformation.json
File metadata and controls
108 lines (108 loc) · 4.39 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"request": {
"method": "walletInformation",
"params": {
"owner": "95z7osZ7LcAoFkhf1ka3hWdWU8Fk8Fap69ymeeaaMruV"
}
},
"response": {
"status": true,
"message": null,
"data": {
"tokens": [
{
"token": {
"name": "Wrapped SOL",
"symbol": "SOL",
"mint": "So11111111111111111111111111111111111111112",
"uri": "",
"decimals": 9,
"image": "https://image.solanatracker.io/proxy?url=https%3A%2F%2Fcoin-images.coingecko.com%2Fcoins%2Fimages%2F21629%2Flarge%2Fsolana.jpg%3F1696520989",
"hasFileMetaData": true
},
"pools": [
{
"liquidity": {
"quote": 78044.580294206,
"usd": 19960668.369303223
},
"price": {
"quote": 1,
"usd": 255.71630588646454
},
"tokenSupply": 3784419850.656482,
"lpBurn": 0,
"tokenAddress": "So11111111111111111111111111111111111111112",
"marketCap": {
"quote": 14794254.114765214,
"usd": 3783775875.824029
},
"market": "orca",
"quoteToken": "So11111111111111111111111111111111111111112",
"decimals": 6,
"security": {
"freezeAuthority": "7dGbd2QZcCKcTndnHcTL8q7SMVXAkp688NTQYwrRCrar",
"mintAuthority": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG"
},
"lastUpdated": 1732294198933,
"createdAt": 1721811041043,
"poolId": "Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE"
}
],
"events": {
"1m": {
"priceChangePercentage": 0.246288140683934
},
"5m": {
"priceChangePercentage": 0.246288140683934
},
"15m": {
"priceChangePercentage": 0.246288140683934
},
"30m": {
"priceChangePercentage": 0.246288140683934
},
"1h": {
"priceChangePercentage": 0.23543392702320506
},
"2h": {
"priceChangePercentage": -0.3811842220716315
},
"3h": {
"priceChangePercentage": -1.2538317049200076
},
"4h": {
"priceChangePercentage": -1.1088451521426501
},
"5h": {
"priceChangePercentage": -1.5383548619633742
},
"6h": {
"priceChangePercentage": -1.7299892424983472
},
"12h": {
"priceChangePercentage": -0.9587372376355539
},
"24h": {
"priceChangePercentage": 2.0262678437345567
}
},
"risk": {
"rugged": false,
"risks": [],
"score": 0,
"jupiterVerified": true
},
"buys": 0,
"sells": 0,
"txns": 0,
"balance": 0.00203928,
"value": 0.5214771482681494
}
],
"total": 0.52147716,
"totalSol": 0.00203928,
"timestamp": 1732294199000
}
}
}