Bitycle Business
Turkish
  • English
  • Turkish
  1. Pazarlar
Bitycle Business
Turkish
  • English
  • Turkish
  • Başlangıç
  • Bitycle Bileşeni
    • Giriş
    • demo
    • Bileşenler
      • İleri Düzey Grafik
      • Tam Grafik
      • Genel Bakış Grafiği
      • Korku & Açgözlülük
      • Teknik Analiz
      • Mini Grafik
      • Trendler
      • Karşılaştır
      • Treemap (Alan Haritası)
      • Borsa Ticker’ı
      • Özet (Yapay Zekâ)
      • Haberler
      • Bilgi
  • Bitycle Laboratuvarı
    • Giriş
    • Hizmet Olarak Cüzdan (WaaS)
      • Giriş
      • Request wallet (temporary)
      • Request wallet (permanent)
      • Callback new payment
      • Inquiry payment with trxRefId
      • Inquiry payment without trxRefId
    • Blokzincir İndeksleyici
      • Giriş
      • Get Balances
      • Contract Info
      • Blockchain List
    • Güvenlik & Gizlilik
      • Giriş
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Get address label
      • Delete from watch list
    • Hizmet Olarak Düğüm (NaaS)
      • Giriş
    • Tokenleştirme
      • Giriş
    • Merkeziyetsiz Depolama (IPFS)
      • Giriş
    • Hyperledger Hizmetleri
      • Giriş
  • Bitycle Şapka
    • Giriş
    • Paralar
      • Giriş
      • Coin Info
      • Coin List
      • coin exchange listings
      • Coin Price
    • Pazarlar
      • Giriş
      • market sparklines
        GET
      • Markets List
        GET
      • Markets Price
        GET
      • Market Info
        GET
    • Borsalar
      • Giriş
      • CEX Toplayıcı (Alış & Satış)
        • Giriş
        • get tradable markets
        • get tradable markets price
        • get orders
        • get balances
        • send otc order
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Pazarlar

market sparklines

GET
/api/exchange/market_sparklines
دریافت هیستوری مارکت های یک سورس مشخص
supported frames: 24h, 1w, 1M, 1y

Request

Query Params

Header Params

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/market_sparklines?source=binance_spot&frame=1M' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": {
        "histories": {
            "BTCUSDT": [
                68507.67,
                67765.63,
                69648.14,
                66676.87,
                63210.01,
                62772.01,
                55857.81,
                60797.91,
                68165.34,
                68249.88,
                58161,
                58712.59,
                58427.35,
                64220,
                57301.86,
                54869.95,
                59132,
                63578.76,
                65602.01,
                62819.91,
                62870.02,
                69031.99,
                68021.7,
                68775.99,
                80370.01,
                89855.99,
                97900.04,
                97185.18,
                101109.59,
                104463.99,
                95186.27,
                93738.2
            ],
            "BTCZAR": [
                1290668,
                1281594,
                1338995,
                1260039,
                1175974,
                1157443,
                1045280,
                1115989,
                1262039,
                1260593,
                1087977,
                1102571,
                1068840,
                1161631,
                1038930,
                997185,
                1067555,
                1114955,
                1137104,
                1117068,
                1113419,
                1238123,
                1224293,
                1227060,
                1437644,
                1645150,
                1775787
            ]
        }
    }
}
Modified at 2025-05-24 10:50:55
Previous
Giriş
Next
Markets List
Built with