Bitycle Business
English
  • English
  • Turkish
  1. Markets
Bitycle Business
English
  • English
  • Turkish
  • Getting started
  • Bitycle Widget
    • introduction
    • demo
    • widgets
      • Advance Chart
      • Full Chart
      • Overview Chart
      • Fear & Greed
      • Technical Analysis
      • Mini Chart
      • Trends
      • Compare
      • Treemap
      • Ticker
      • Digest(AI)
      • News
      • Info
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • Introduction
      • Request wallet (temporary)
      • Request wallet (permanent)
      • Callback new payment
      • Inquiry payment with trxRefId
      • Inquiry payment without trxRefId
      • withdraw service
      • Buy Energy on TRON Network
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Delete from watch list
      • Get address label
      • Get address information
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
      • Coin Info
      • Coin Price
      • coin exchange listings
    • Markets
      • introduction
      • Market Price
      • Markets Price
        GET
      • Markets List
        GET
      • Market Info
        GET
      • market sparklines
        GET
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
        • get tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Markets

market sparklines

GET
/api/exchange/market_sparklines
Fetching the market history of a specified source
Supported time 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-09-19 11:59:22
Previous
Market Info
Next
introduction
Built with