Bitycle Business
Turkish
  • English
  • Turkish
  1. Güvenlik & Gizlilik
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
        GET
      • Add to watch list
        POST
      • Get watch list
        GET
      • Get address label
        GET
      • Delete from watch list
        DELETE
    • 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 tradable markets price
        • get orders
        • get balances
        • send otc order
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Güvenlik & Gizlilik

Add to watch list

POST
/api/bc/watching_wallet
add the sha256 hash of you addresses (in lowercase) to watch list:
examples:
trx address: TJZPy25g6Yk1iBvA3ACHvSXwMqaWTCAhfa => lowercase => sh256 => 22c7e946646c38f1a49d91b4e43561cb9b8cff1a374866f726de6f232dba8f1f
evm address: 0x1dEA4f059299D2537d3A5C56D0D05B2Eb865f42C => lowercase => sh256 => 81c87f45fcbd25c79aa01cfe72741c10368100d0d0da22b8d4ad327d88281fe1

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.com/api/bc/watching_wallet' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "sha256": "29b4ed61dbce947749b95fcc7876bc7e0c70c570ae97ef6cc931664fe626ef5e",
        "network": "tron"
    },
    {
        "sha256": "4e07408562bedb8b60ce05c1decfe3ad16b72230967de01f640b7e4729b49fce",
        "network": "tron"
    }
]'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": {}
}
Modified at 2025-07-15 07:19:20
Previous
Check Blocked Wallets
Next
Get watch list
Built with