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 List

GET
/api/exchange/currencies

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/currencies' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "name": "Bitcoin",
            "symbol": "BTC",
            "locale_name": "xxxx",
            "logo": "http://s3.bitycle.com/public/exchange/currency/logo/ZyQtmF5JNR.png",
            "exponent": 4,
            "kinds": [
                "c"
            ]
        },
        {
            "name": "dogs",
            "symbol": "DOGS",
            "locale_name": "xxxx",
            "logo": "http://s3.bitycle.com/public/exchange/currency/logo/sdf4DfSDFR.png",
            "exponent": 0,
            "kinds": [
                "c"
            ]
        }
    ]
}
Modified at 2025-09-19 11:57:41
Previous
introduction
Next
Coin Info
Built with