-
Notifications
You must be signed in to change notification settings - Fork 3
/
example_data.json
103 lines (102 loc) · 2.33 KB
/
example_data.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
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
"Example of the Akita Format of storing data. Each element of the originDataList is a serialized AkitaOriginData object."
{
"originList": [
"https://dev.to",
"https://www.twitch.tv",
"https://esse-dev.github.io/a-web-monetization-story/"
],
"originStats": {
"totalTimeSpent": 1834971294872194719204821,
"totalMonetizedTimeSpent": 316034933,
"totalVisits": 538,
"totalSentAssetsMap": {
"XRP": {
"amount": 10041906693,
"assetScale":9,
"assetCode":"XRP"
},
"USD": {
"amount": 3728743927,
"assetScale":9,
"assetCode":"USD"
},
"CAD": {
"amount": 32482892884,
"assetScale":9,
"assetCode":"CAD"
}
}
},
"originDataList": [
{
"origin":"https://dev.to",
"faviconSource": "https://dev-to.s3.us-east-2.amazonaws.com/favicon.ico",
"originVisitData":{
"monetizedTimeSpent": 37287439,
"numberOfVisits": 3,
},
"paymentPointerMap":{
"$ilp.uphold.com/24HhrUGG7ekn":{
"paymentPointer":"$ilp.uphold.com/24HhrUGG7ekn",
"sentAssetsMap":{
"USD":{
"amount":3728743927,
"assetScale":9,
"assetCode":"USD"
}
}
}
}
},
{
"origin":"https://www.twitch.tv",
"faviconSource": "https://static.twitchcdn.net/assets/favicon-16-2d5d1f5ddd489ee10398.png",
"originVisitData":{
"monetizedTimeSpent": 23510297,
"numberOfVisits": 6,
},
"paymentPointerMap":{
"$spsp.coil.com/twitch/nasa":{
"paymentPointer":"$spsp.coil.com/twitch/nasa",
"sentAssetsMap":{
"XRP":{
"amount":2320012974,
"assetScale":9,
"assetCode":"XRP"
}
}
},
"$spsp.coil.com/twitch/xqcow":{
"paymentPointer":"$spsp.coil.com/twitch/xqcow",
"sentAssetsMap":{
"XRP":{
"amount":7721893719,
"assetScale":9,
"assetCode":"XRP"
}
}
}
}
},
{
"origin":"https://esse-dev.github.io/a-web-monetization-story/",
"faviconSource": "https://esse-dev.github.io/a-web-monetization-story/assets/auden.svg",
"originVisitData":{
"monetizedTimeSpent": 255237197,
"numberOfVisits": 300,
},
"paymentPointerMap":{
"$$ilp.uphold.com/aEYQyH47UYPY":{
"paymentPointer":"$ilp.uphold.com/aEYQyH47UYPY",
"sentAssetsMap":{
"CAD":{
"amount":32482892884,
"assetScale":9,
"assetCode":"CAD"
}
}
}
}
}
]
}