Introduction
Automation Platform
Botmain DAO
Building Trading Strategies
API References Dev Live Stream
@botmain/common / Interface

LimitInfo

No documentation has been provided.

Properties

NameTypeDescription
amount
MinMax

Sent order amounts must be >= min and <= max

cost
MinMax

Sent limits for order cost must be >= min and <= max. cost = price * amount

leverage
MinMax

Sent limits for the leverage of the order must be >= min and <= max

price
MinMax

Sent order price (limits) must be >= min and <= max