Bitycle Business
  1. Markets
Bitycle Business
  • Getting started
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • introduction
      • request Wallet(Temporary)
      • request Wallet(Permanent)
      • inquiry payment
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check USDT Wallets Blocked
      • Get USDT blocked History
    • 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 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
دریافت هیستوری مارکت های یک سورس مشخص
supported frames: 24h, 1w, 1M, 1y
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
            ]
        }
    }
}

Request

Query Params
source
string 
required
Default:
binance_spot
Example:
binance_spot
frame
string 
required
choices: 24h, 1w, 1M, 1y
Default:
1M
Example:
1M
Header Params
Authorization
string 
required
Example:
{{cap_token}}

Responses

🟢200success
application/json
Body
status
string 
required
message
string 
required
data
object 
required
histories
object 
required
Previous
Market Info
Next
introduction
Built with