-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.JSON
37 lines (37 loc) · 1.44 KB
/
test.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
{
"coinList": [
{
"coinLogoImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY.png",
"coinEnglishTitle": "KLAY",
"coinKoreanTitle": "클레이튼",
"coinCurrentPrice": "1592",
"riseOrDescent": "+",
"degree": "66.8",
"percentage": "3.64",
"coinTotalPrice": "55088908631",
"graphImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY_graph.png"
},
{
"coinLogoImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY.png",
"coinEnglishTitle": "KLAY",
"coinKoreanTitle": "이더리움",
"coinCurrentPrice": "1625",
"riseOrDescent": "+",
"degree": "66.8",
"percentage": "3.64",
"coinTotalPrice": "55088908631",
"graphImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY_graph.png"
},
{
"coinLogoImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY.png",
"coinEnglishTitle": "XRP",
"coinKoreanTitle": "리플",
"coinCurrentPrice": "1625",
"riseOrDescent": "+",
"degree": "66.8",
"percentage": "3.64",
"coinTotalPrice": "55088908631",
"graphImage": "https://sopt-8-coinone.s3.ap-northeast-2.amazonaws.com/KLAY_graph.png"
}
]
}