Bitycle Business
Turkish
  • English
  • Turkish
  1. CEX Toplayıcı (Alış & Satış)
Bitycle Business
Turkish
  • English
  • Turkish
  • Başlangıç
  • Bitycle Bileşeni
    • Giriş
    • demo
    • Bileşenler
      • İleri Düzey Grafik
      • Tam Grafik
      • Genel Bakış Grafiği
      • Korku & Açgözlülük
      • Teknik Analiz
      • Mini Grafik
      • Trendler
      • Karşılaştır
      • Treemap (Alan Haritası)
      • Borsa Ticker’ı
      • Özet (Yapay Zekâ)
      • Haberler
      • Bilgi
  • Bitycle Laboratuvarı
    • Giriş
    • Hizmet Olarak Cüzdan (WaaS)
      • Giriş
      • Request wallet (temporary)
      • Request wallet (permanent)
      • Callback new payment
      • Inquiry payment with trxRefId
      • Inquiry payment without trxRefId
    • Blokzincir İndeksleyici
      • Giriş
      • Get Balances
      • Contract Info
      • Blockchain List
    • Güvenlik & Gizlilik
      • Giriş
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Get address label
      • Delete from watch list
    • Hizmet Olarak Düğüm (NaaS)
      • Giriş
    • Tokenleştirme
      • Giriş
    • Merkeziyetsiz Depolama (IPFS)
      • Giriş
    • Hyperledger Hizmetleri
      • Giriş
  • Bitycle Şapka
    • Giriş
    • Paralar
      • Giriş
      • Coin Info
      • Coin List
      • coin exchange listings
      • Coin Price
    • Pazarlar
      • Giriş
      • market sparklines
      • Markets List
      • Markets Price
      • Market Info
    • Borsalar
      • Giriş
      • CEX Toplayıcı (Alış & Satış)
        • Giriş
        • get tradable markets
          GET
        • get tradable markets price
          GET
        • get orders
          GET
        • get balances
          GET
        • send otc order
          POST
      • Exchanges List
        GET
      • Exchange Info
        GET
      • Exchange Coins Listing
        GET
      • Exchange Markets Listing
        GET
  1. CEX Toplayıcı (Alış & Satış)

get orders

GET
/api/exchange/fund_order
دریافت لیست سفارشات

Request

Query Params

Header Params

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/fund_order?page=1' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
    "status": "success",
    "message": "",
    "data": [
        {
            "id": 9,
            "market": "BTCIRT",
            "quote_amount": "5999001.000000000000000",
            "base_amount": "0.000657000000000",
            "price": "9130899341.980000000000000",
            "side": "buy",
            "state": "done",
            "created_at": "2025-05-21T19:33:48.448310+03:30"
        },
        {
            "id": 8,
            "market": "BTCIRT",
            "quote_amount": "54679.000000000000000",
            "base_amount": "0.000006000000000",
            "price": "9113230000.000000000000000",
            "side": "buy",
            "state": "done",
            "created_at": "2025-05-21T19:24:04.086422+03:30"
        }
    ],
    "pagination": {
        "count": 9,
        "num_pages": 1,
        "per_page": 100,
        "page": 1
    }
}
Modified at 2025-05-24 09:10:08
Previous
get tradable markets price
Next
get balances
Built with