Skip to main content
POST
Register DCA Schedule
Register a recurring dollar cost averaging schedule. The Wealth Sentinel automatically executes each leg at the specified interval using the agent’s Circle Developer Controlled Wallet.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Idempotency-Key
string
required

Unique UUID for financial idempotency

X-Aegis-Nonce
integer
required

Current agent nonce

Body

application/json
tokenIn
string
required
Example:

"USDC"

tokenOut
string
required
Example:

"cirBTC"

amountInPerTx
string
required
Example:

"25.00"

frequencyHours
integer
required
Example:

24

totalOrders
integer
required

Total number of recurring orders to execute before the schedule auto-completes

Required range: x >= 1
Example:

30

Response

200 - application/json

DCA schedule registered successfully

success
boolean
scheduleId
string