Add user wallet to blacklist
POST/user/addToBlackList
Add a user sub-contract wallet to the blacklist.
Request
- application/json
Body
required
Add user sub-contract wallet to blacklist request body
chainId int32required
Chain ID
This is the platform internal ID, not the chain ID on the chain or from the wallet, can be obtained from Get Chain List interface
uuid stringrequired
User UUID
walletAddress stringrequired
User sub-wallet address
Responses
- 200
- 201
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
code int32required
Status code
msg stringrequired
Status message on success or error message on failure
description string
Detailed description when error
{
"code": 0,
"msg": "string",
"description": "string"
}
{
"code": 200,
"msg": "success"
}
Created
Unauthorized
Forbidden
Not Found
Loading...