Limit Order

Limit orders execute pair trading positions only when the pair ratio reaches a specified target level. The ratio is calculated according to our conventions outlined in the section. Limit orders are handled internally and off-chain, with price updates occurring every second.

Limit order can be placed using the POST /positions with executionType: "LIMIT".

Last updated