REST API Endpoints (Legacy V1)
Portfolio Schedule Interval
Update the rebalance schedule interval for a portfolio
POST
Updates the rebalance schedule interval for a portfolio.
ETH Mainnet Policy Limits (Effective March 2, 2026)
- ETH mainnet (
primary_chain_id = "1") supports interval cadence only. - Minimum allowed interval is
24 hours(86,400,000ms). - Intervals below 24h are rejected with:
SCHEDULE_ETH_MAINNET_INTERVAL_TOO_SHORT
- Non-interval schedule specs are rejected with:
SCHEDULE_ETH_MAINNET_INTERVAL_ONLY
The unique identifier of the portfolio
The new interval settings
Interval in milliseconds (general min: 1 hour, ETH mainnet min: 24 hours, max: 1 year)
Offset from start time in milliseconds
Your API key for authentication
The format of the request body