Managing Wallets
Add, update, or delete wallets
This endpoint is in beta and is likely to change. Reach out if you'd like to use this endpoint.
POST
/v0.1/cluster/:name/update/wallets
Update wallets in your cluster
Name
Description
HEADER X-AUTH-KEY
add
{ name: string; address: string }[]
update
{ name: string; address: string }[]
remove
string[]
(array of addresses)
Example
Response
Last updated