Create Limit OrderAsk AIpost https://sandbox-api.oneliquidity.technology/merchant/v1/rate/{quoteAsset}Creates a new merchant AD for the provided quoteAsset.Path ParamsquoteAssetstringrequiredQuote asset for the AD pair.Body ParamsCreate AD payload. Unit fields take precedence when both decimal and unit fields are supplied.baseAssetstringrequiredBase asset being advertised.sidestringenumrequiredTrade side for the AD.BUYSELLAllowed:BUYSELLquoteAssetstringQuote asset. Optional when already provided in path.pricestringnumberHuman-readable price.priceInUnitsstringPrice in smallest units (bigint string). Must be greater than zero.qtyTotalstringnumberHuman-readable total quantity.qtyTotalInUnitsstringTotal quantity in smallest units (bigint string). Must be greater than zero.minPerOrderstringnumberHuman-readable minimum quantity allowed per order.minPerOrderInUnitsstringMinimum quantity per order in smallest units (bigint string).maxPerOrderstringnumberHuman-readable maximum quantity allowed per order.maxPerOrderInUnitsstringMaximum quantity per order in smallest units (bigint string).Responses 201Status 201 Response 400Status 400 Response 401Status 401 Response 403Status 403 Response 404Status 404 Response 500Status 500 ResponseUpdated about 2 months ago