Skip to main content
POST
Register Limit Order
Register a conditional swap order that executes automatically when a target price is reached. The Wealth Sentinel monitors this intent and triggers execution when market conditions are met.

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:

"EURC"

amountIn
string
required
Example:

"100.00"

targetPrice
string
required
Example:

"0.92"

condition
enum<string>
required
Available options:
LTE,
GTE

Response

200 - application/json

Limit order registered successfully

success
boolean
orderId
string