Bitycle Business
  1. Coins
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
        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 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
        }
    ]
}

Request

Query Params
source
string 
required
Example:
nobitex_spot
quote
enum<string> 
optional
Allowed values:
IRTUSDT
Default:
USDT
Example:
IRT
currency
string 
optional
to get all currencies, ignore this field
Example:
BTC
Header Params
Authorization
string 
optional
Example:
{{cap_token}}

Responses

🟢200Success (all currencies)
application/json
Body
status
string 
required
message
string 
required
data
array [object {2}] 
required
symbol
string 
required
price
integer 
required
🟢200Success (specific currency)
Modified at 2025-07-09 08:26:48
Previous
Coin Info
Next
coin exchange listings
Built with