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