Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
HTTP/2 200
Content-Type: application/json; charset=utf-8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD
Access-Control-Max-Age: 3600
Access-Control-Allow-Credentials: true
#import './script.js';

View File

@@ -0,0 +1,5 @@
HTTP/2 200
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD
Access-Control-Max-Age: 3600
Access-Control-Allow-Credentials: true

View File

@@ -0,0 +1,172 @@
var ts = parseInt(Date.now() / 1000);
module.exports = {
"btczar": {
"at": ts,
"ticker": {
"amount": "60.0",
"buy": "1200.0",
"sell": "1300.0",
"low": "1150.0",
"high": "1350.0",
"last": "1250.0",
"volume": "120.0",
"open": 1251.0,
"price_change_percent": "+0.08%"
}
},
"bchbtc": {
"at": ts,
"ticker": {
"amount": "8.0",
"buy": "120.0",
"sell": "130.0",
"low": "115.0",
"high": "135.0",
"last": "125.0",
"volume": "12.0",
"open": 123.2,
"price_change_percent": "-1.44%"
}
},
"ethbtc": {
"at": ts,
"ticker": {
"amount": "124.021",
"buy": "0.240",
"sell": "0.250",
"low": "0.238",
"high": "0.253",
"last": "0.245",
"volume": "200.0",
"open": 0.247,
"price_change_percent": "+0.81%"
}
},
"dashbtc": {
"at": ts,
"ticker": {
"amount": "23.0",
"buy": "1.20",
"sell": "1.30",
"low": "1.15",
"high": "1.35",
"last": "1.250",
"volume": "50.0",
"open": 1.250,
"price_change_percent": "+0.00%"
}
},
"ltcbtc": {
"at": ts,
"ticker": {
"amount": "5.0",
"buy": "100.0",
"sell": "110.0",
"low": "99.0",
"high": "150.0",
"last": "105.0",
"volume": "10.0",
"open": 106.0,
"price_change_percent": "+0.95%"
}
},
"xrpbtc": {
"at": ts,
"ticker": {
"amount": "12.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 250.3,
"price_change_percent": "+0.12%"
}
},
"xrpzar": {
"at": ts,
"ticker": {
"amount": "11.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 251.2,
"price_change_percent": "+0.48%"
}
},
"ltczar": {
"at": ts,
"ticker": {
"amount": "13.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 248.0,
"price_change_percent": "-0.80%"
}
},
"eurusd": {
"at": ts,
"ticker": {
"amount": "9.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 250.1,
"price_change_percent": "+0.04%"
}
},
"ethzar": {
"at": ts,
"ticker": {
"amount": "8.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 235.4,
"price_change_percent": "-5.84%"
}
},
"dashzar": {
"at": ts,
"ticker": {
"amount": "9.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 252.0,
"price_change_percent": "+0.80%"
}
},
"btczar": {
"at": ts,
"ticker": {
"amount": "5.0",
"buy": "200.0",
"sell": "300.0",
"low": "150.0",
"high": "350.0",
"last": "250.0",
"volume": "20.0",
"open": 266.1,
"price_change_percent": "+6.44%"
}
}
}