Bitycle Business
  1. CEX Aggregator(Buy&Sell)
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
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
          GET
        • get tradable markets price
          GET
        • send otc order
          POST
        • get orders
          GET
        • get balances
          GET
      • Exchanges List
        GET
      • Exchange Info
        GET
      • Exchange Coins Listing
        GET
      • Exchange Markets Listing
        GET
  1. CEX Aggregator(Buy&Sell)

get tradable markets

GET
/api/exchange/tradable_market
دریافت مارکت های قابل معامله در بایتیکل
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/tradable_market'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "name": "BTCUSDT",
            "base_currency": {
                "name": "Bitcoin",
                "symbol": "BTC",
                "exponent": 6
            },
            "quote_currency": {
                "name": "Tether",
                "symbol": "USDT",
                "exponent": 2
            },
            "buy_rate": "1.003000000000000",
            "sell_rate": "0.990000000000000",
            "min_quote_trade": "6.000000000000000",
            "max_quote_trade": "10000.000000000000000",
            "min_base_trade": "0.000051797749190",
            "max_base_trade": "0.094177725800044"
        },
        {
            "name": "PAXGUSDT",
            "base_currency": {
                "name": "PAX Gold",
                "symbol": "PAXG",
                "exponent": 5
            },
            "quote_currency": {
                "name": "Tether",
                "symbol": "USDT",
                "exponent": 2
            },
            "buy_rate": "1.003000000000000",
            "sell_rate": "0.990000000000000",
            "min_quote_trade": "6.000000000000000",
            "max_quote_trade": "10000.000000000000000",
            "min_base_trade": "0.001661631419940",
            "max_base_trade": "3.021148036253776"
        }
    ]
}

Request

None

Responses

🟢200success
application/json
Body
status
string 
required
message
string 
required
data
array [object {9}] 
required
name
string 
required
base_currency
object 
required
quote_currency
object 
required
buy_rate
string 
required
sell_rate
string 
required
min_quote_trade
string 
required
max_quote_trade
string 
required
min_base_trade
string 
required
max_base_trade
string 
required
Previous
introduction
Next
get tradable markets price
Built with