WL / BL Wallets
targets
Get all targets (wallets lists)
post
Body
objectOptional
Responses
200
OK
application/json
default
Default error response
application/json
post
/api/v1/quick-task/wlbl/targetswlbl
Get all wallets for target (list)
post
Body
targetstringOptional
Responses
200
OK
application/json
default
Default error response
application/json
post
/api/v1/quick-task/wlbladd
Add wallet to specific list
If target does not exists it will be automatically created
source field must be:
post
Body
targetstringOptional
Responses
200
OK
application/json
Responseobject
default
Default error response
application/json
post
/api/v1/quick-task/wlbl/addremove
Remove wallets from list
post
Body
addressesstring[]Optional
targetstringOptional
Responses
200
OK
application/json
Responseobject
default
Default error response
application/json
post
/api/v1/quick-task/wlbl/removedrop
Remove all wallets from the list, list will be deleted too
post
Body
targetstringOptional
Responses
200
OK
application/json
Responseobject
default
Default error response
application/json
post
/api/v1/quick-task/wlbl/dropLast updated