-
Notifications
You must be signed in to change notification settings - Fork 1
/
KLAY_USD.json
73 lines (73 loc) · 1.52 KB
/
KLAY_USD.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
{
"active":true,
"name":"KLAY_USD",
"adapterId":"0x7016c733c995ca868e6bc6e552be732fa005e5967e821f6a563b5f0cd8841297",
"oracleAddress":"0x62cB9Ccd9F08e27A89A9C8C5CCeEAEf7ddC4043B",
"feeds":[
{
"url":"https://yahoo-finance127.p.rapidapi.com/price/klay-usd",
"headers":[
{
"field":{
"Content-Type":"application/json"
}
},
{
"field":{
"X-RapidAPI-Host":"${YAHOO_API_HOST}"
}
},
{
"field":{
"X-RapidAPI-Key":"${YAHOO_API_KEY}"
}
}
],
"reducers":[
{
"function":"PARSE",
"args":[
"$.regularMarketPrice.raw"
]
},
{
"function":"FLOAT64_MUL_UINT64",
"args":[
"1000000000"
]
}
]
},
{
"url":"https://min-api.cryptocompare.com/data/pricemultifull?fsyms=KLAY&tsyms=USD",
"request_type":0,
"headers":[
{
"field":{
"Content-Type":"application/json"
}
},
{
"field":{
"Authorization":"Apikey ${CRYPTO_COMPARE_KEY}"
}
}
],
"reducers":[
{
"function":"PARSE",
"args":["$.RAW.KLAY.USD.PRICE"]
},
{
"function":"FLOAT64_MUL_UINT64",
"args":[
"1000000000"
]
}
],
"payload": ""
}
],
"category": 2,
"frequency":"60000000000"
}