Bitycle Business
English
  • English
  • Turkish
  1. Coins
Bitycle Business
English
  • English
  • Turkish
  • Getting started
  • Bitycle Widget
    • introduction
    • demo
    • widgets
      • Advance Chart
      • Full Chart
      • Overview Chart
      • Fear & Greed
      • Technical Analysis
      • Mini Chart
      • Trends
      • Compare
      • Treemap
      • Ticker
      • Digest(AI)
      • News
      • Info
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • Introduction
      • Request wallet (temporary)
      • Request wallet (permanent)
      • Callback new payment
      • Inquiry payment with trxRefId
      • Inquiry payment without trxRefId
      • withdraw service
      • Buy Energy on TRON Network
    • 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
      • Get address information
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
        GET
      • Coin Info
        GET
      • Coin Price
        GET
      • coin exchange listings
        GET
    • Markets
      • introduction
      • Market Price
      • Markets Price
      • Markets List
      • Market Info
      • market sparklines
    • 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. Coins

Coin Price

GET
/api/exchange/source_currency_price

Request

Query Params

Header Params

Responses

🟢200Success (all currencies)
application/json
Body

🟢200Success (specific currency)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/source_currency_price?source=nobitex_spot&quote=IRT&currency=BTC' \
--header 'Authorization: Bearer xxx'
Response Response Example
200 - Success (all currencies) - Success
{
    "status": "success",
    "message": "",
    "data": [
        {
            "symbol": "AEVO",
            "price": 8070.0
        },
        {
            "symbol": "AGLD",
            "price": 66343.0
        },
        {
            "symbol": "ALGO",
            "price": 15867.0
        },
        {
            "symbol": "ANKR",
            "price": 1319.0
        },
        {
            "symbol": "APE",
            "price": 59031.0
        }
    ]
}
Modified at 2025-07-09 08:26:48
Previous
Coin Info
Next
coin exchange listings
Built with