Bitycle Business
  1. CEX Aggregator(Buy&Sell)
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 USDT Wallets Blocked
      • Get USDT blocked History
    • 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 List
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
          GET
        • get tradable markets price
          GET
        • send otc order
          POST
        • get orders
          GET
        • get balances
          GET
      • Exchanges List
        GET
      • Exchange Info
        GET
      • Exchange Coins Listing
        GET
      • Exchange Markets Listing
        GET
  1. CEX Aggregator(Buy&Sell)

get balances

GET
/api/exchange/user_fund_wallet
دریافت موجودی دارایی های کاربر
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/user_fund_wallet' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "currency": "IRT",
            "balance": "7877693.530940435000000",
            "blocked_balance": "0.000000000000000"
        },
        {
            "currency": "BTC",
            "balance": "0.000668812024510",
            "blocked_balance": "0.000000000000000"
        },
        {
            "currency": "DOGS",
            "balance": "78.000000000000000",
            "blocked_balance": "0.000000000000000"
        },
        {
            "currency": "TON",
            "balance": "119.979980000000000",
            "blocked_balance": "10.005000000000000"
        },
        {
            "currency": "USDT",
            "balance": "0.000000000000000",
            "blocked_balance": "0.000000000000000"
        }
    ]
}

Request

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

Responses

🟢200success
application/json
Body
status
string 
required
message
string 
required
data
array [object {3}] 
required
currency
string 
required
balance
string 
required
blocked_balance
string 
required
Previous
get orders
Next
Exchanges List
Built with