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

Check Blocked Wallets

GET
/api/bc/blocked_usdt_wallets

Request

Header Params

Body Params application/json

Examples

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://chainhub.bitycle.com/api/bc/blocked_usdt_wallets' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network": "eth",
    "wallets": [
        "0x0859370171256a1c9ce4ffe511bea00e863bef35",
        "0x3E8282bd1BFabd23249701e978E9db3dF3D7073a",
        "0x27faac798dab9adcc30ca1e5a2d035adf9247f95"
    ]
}'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": [
        {
            "wallet": "0x0859370171256A1C9Ce4fFE511BeA00e863BEF35",
            "is_blocked": true
        },
        {
            "wallet": "0x3E8282bd1BFabd23249701e978E9db3dF3D7073a",
            "is_blocked": false
        },
        {
            "wallet": "0x27fAac798DAB9AdCC30CA1e5a2D035Adf9247f95",
            "is_blocked": true
        }
    ]
}
Modified at 2025-09-19 13:44:29
Previous
Giriş
Next
Add to watch list
Built with