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 Blocked Wallets
      • Add to watch list
      • Get watch list
      • Delete from watch list
      • Get address label
    • 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

Markets List

GET
/api/exchange/markets
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
        }
    ]
}

Request

Header Params
Authorization
string 
required
Example:
{{cap_token}}

Responses

🟢200OK
application/json
Body
status
string 
required
message
string 
required
data
array [object {7}] 
required
name
string 
required
base
string 
required
quote
string 
required
exponent
integer 
required
data_sources
array[string]
required
kinds
array[string]
required
is_enabled
boolean 
required
Modified at 2025-06-11 13:42:32
Previous
Markets Price
Next
Market Info
Built with