Skip to main content
Use the Manager API from your backend, scripts, or an API client such as Postman. It lets you publish a stack and maintain its allocation and schedule.

Get connected

  1. Use the staging base URL and request a manager API key from MyStacks.
  2. Store the key as a server-side secret.
  3. List your stacks to check authentication.
  4. Choose tokens from the supported asset list.
  5. Create a stack with a unique creation key.
  6. Save the returned stack ID for later reads and updates.
MyStacks generates and supplies the API keys. Wealth managers do not create keys through the API.

Maintain your stack

Read the current configuration before preparing changes. Update the stack with the fields you want to change. A supplied allocation replaces the full list. Every saved update creates a revision. Keep the original creation key and request for creation retries. Treat an update retry as a new write. See errors and retries.

Integration boundary

The Manager API manages strategy configuration. User enrollment, account funding, owner authorization, and withdrawals belong to separate application flows. A manager API key does not give withdrawal authority over subscriber accounts.

Manager API reference

Read the authentication, request, response, and endpoint contracts.