Get connected
- Use the staging base URL and request a manager API key from MyStacks.
- Store the key as a server-side secret.
- List your stacks to check authentication.
- Choose tokens from the supported asset list.
- Create a stack with a unique creation key.
- Save the returned stack ID for later reads and updates.
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.