V2 Integrator API
Create Strategy
Creates a new strategy with an initial allocation version.
POST
Creates a strategy from a flat list of asset allocations with a rebalance
schedule and optional swap preferences. Allocations are validated before the
strategy is persisted.
- Auth:
x-api-keyheader (required) - Scope:
strategies:write
eip155:1/erc20:0xa0b8...). Allocation
weights are string percentages that must sum to 100.
Schedule and preferences are stored separately and can be updated independently
via PUT /v2/strategies/:id/schedule and PATCH /v2/strategies/:id/preferences.
Common error responses:
400when the request body or allocation is invalid401whenx-api-keyheader is missing or the key is invalid403when the API key lacks thestrategies:writescope500on unexpected server errors