WL / BL Wallets

targets

Get all targets (wallets lists)

post
Body
objectOptional
Responses
200

OK

application/json
post
/api/v1/quick-task/wlbl/targets

wlbl

Get all wallets for target (list)

post
Body
targetstringOptional
Responses
200

OK

application/json
post
/api/v1/quick-task/wlbl

add

Add wallet to specific list If target does not exists it will be automatically created

post
Body
targetstringOptional
Responses
200

OK

application/json
Responseobject
post
/api/v1/quick-task/wlbl/add

remove

Remove wallets from list

post
Body
addressesstring[]Optional
targetstringOptional
Responses
200

OK

application/json
Responseobject
post
/api/v1/quick-task/wlbl/remove

drop

Remove all wallets from the list, list will be deleted too

post
Body
targetstringOptional
Responses
200

OK

application/json
Responseobject
post
/api/v1/quick-task/wlbl/drop

Last updated