Bitycle Business
  1. Security&Privacy
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
      • Get USDT blocked History
        GET
    • 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 tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Security&Privacy

Check USDT Wallets Blocked

GET
/api/bc/blocked_usdt_wallets
چک کردن وضعیت فریز بودن لیستی از آدرس‌ها بر روی اسمارت کانترکت تتر یک شبکه
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
        }
    ]
}

Request

Header Params
Authorization
string 
required
Example:
{{labs_token}}
Body Params application/json
network
string 
required
wallets
array[string]
required
Examples

Responses

🟢200success
application/json
Body
code
integer 
required
message
string 
required
data
array [object {2}] 
required
wallet
string 
required
is_blocked
boolean 
required
Previous
introduction
Next
Get USDT blocked History
Built with