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 Price

GET
/api/exchange/source_market_price
دریافت قیمت همه یا یک مارکت در سورس مشخص
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/source_market_price?source=binance_spot&market=BTCUSDT' \
--header 'Authorization: Bearer xxx'
Response Response Example
200 - success (all markets) - Success
{
    "status": "success",
    "message": "",
    "data": [
        {
            "name": "100K_FLOKIIRT",
            "price": 693994.0
        },
        {
            "name": "100K_FLOKIUSDT",
            "price": 8.4413
        },
        {
            "name": "1B_BABYDOGEIRT",
            "price": 112254.0
        },
        {
            "name": "1B_BABYDOGEUSDT",
            "price": 1.356
        },
        {
            "name": "1INCHIRT",
            "price": 17136.0
        }
    ]
}

Request

Query Params
source
string 
required
Example:
binance_spot
market
string 
optional
to get all markets, ignore this field
Example:
BTCUSDT
Header Params
Authorization
string 
optional
Example:
{{cap_token}}

Responses

🟢200success (all markets)
application/json
Body
status
string 
required
message
string 
required
data
array [object {2}] 
required
name
string 
required
price
integer  | number 
required
🟢200success (specific market)
Modified at 2025-07-09 08:24:09
Previous
Market Price
Next
Markets List
Built with