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 Blocked Wallets
        GET
      • Add to watch list
        POST
      • Get watch list
        GET
      • Delete from watch list
        DELETE
      • Get address label
        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 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

Delete from watch list

DELETE
/api/bc/watching_wallet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://chainhub.bitycle.com/api/bc/watching_wallet' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '[
    "29b4ed61dbce947749b95fcc7876bc7e0c70c570ae97ef6cc931664fe626ef5e",
    "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b",
    "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
    "4e07408562bedb8b60ce05c1decfe3ad16b72230967de01f640b7e4729b49fce",
    "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a"
]'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": {
        "count": 2
    }
}

Request

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

Responses

🟢200Success
application/json
Body
code
integer 
required
message
string 
required
data
object 
required
count
integer 
required
Modified at 2025-07-15 07:09:26
Previous
Get watch list
Next
Get address label
Built with