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

Markets List

GET
/api/exchange/markets

Request

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/markets' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "name": "ATOMUSDT",
            "base": "ATOM",
            "quote": "USDT",
            "exponent": 4,
            "data_sources": [
                "binance_spot",
                "binance_futures",
                "gate_spot",
                "bybit_spot",
                "kucoin_spot",
                "mexc_spot",
                "bingx_spot",
                "bingx_perpetual",
                "bitunix_spot",
                "lbank_spot",
                "nobitex_spot",
                "ramzinex_spot",
                "wallex_spot"
            ],
            "kinds": [
                "c"
            ],
            "is_enabled": true
        },
        {
            "name": "BTCUSDT",
            "base": "BTC",
            "quote": "USDT",
            "exponent": 0,
            "data_sources": [
                "binance_spot",
                "binance_futures",
                "gate_spot",
                "bybit_spot",
                "kucoin_spot",
                "mexc_spot",
                "bingx_spot",
                "bingx_perpetual",
                "bitunix_spot",
                "lbank_spot",
                "nobitex_spot",
                "ramzinex_spot",
                "wallex_spot"
            ],
            "kinds": [
                "c"
            ],
            "is_enabled": true
        }
    ]
}
Modified at 2025-06-11 13:42:32
Previous
market sparklines
Next
Markets Price
Built with