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 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
      • 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 price

GET
/api/exchange/tradable_market_price
دریافت قیمت مارکت های قابل معامله در بایتیکل
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/tradable_market_price'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "name": "ZROIRT",
            "price": 225849
        },
        {
            "name": "CVCIRT",
            "price": 12269
        },
        {
            "name": "EOSUSDT",
            "price": 0.7557
        }
    ]
}

Request

None

Responses

🟢200success
application/json
Body
status
string 
required
message
string 
required
data
array [object {2}] 
required
name
string 
required
price
integer  | number 
required
Modified at 2025-05-24 09:10:05
Previous
get tradable markets
Next
send otc order
Built with