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 List

GET
/api/exchange/currencies
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": "بیت کوین",
            "logo": "http://s3.bitycle.com/public/exchange/currency/logo/ZyQtmF5JNR.png",
            "exponent": 4,
            "kinds": [
                "c"
            ]
        },
        {
            "name": "dogs",
            "symbol": "DOGS",
            "locale_name": "داگز",
            "logo": "http://s3.bitycle.com/public/exchange/currency/logo/sdf4DfSDFR.png",
            "exponent": 0,
            "kinds": [
                "c"
            ]
        }
    ]
}

Request

Header Params
Authorization
string 
required
Example:
{{cap_token}}

Responses

🟢200Success
application/json
Body
status
string 
required
message
string 
required
data
array [object {6}] 
required
name
string 
required
symbol
string 
required
locale_name
string 
required
logo
string  | null 
required
exponent
integer 
required
kinds
array[string]
required
Modified at 2025-06-11 13:56:03
Previous
introduction
Next
Coin Info
Built with