POST /quotesCopy Pagepost https://api.aevo.xyz/quotesCreates a new quote.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramsblock_idstringrequiredBlock ID is the unique identifier of the blockaccountstringrequiredAccount's Ethereum address.amountstringrequiredNumber of contracts. In 6 decimals fixed number.is_buybooleanrequiredTrue for long order, false for short order.truefalsesaltstringrequiredA randomly generated number to guarantee transaction uniqueness. In 6 decimals fixed number.timestampstringrequiredTimestamp used in order signing in UNIX timestamp in seconds.signaturestringrequiredHash of order payload signature signed by the account.legsarray of objectslegsADD objectlimit_pricestringOrder limit price. In 6 decimals fixed number.system_typestringenumClient that placed the order (API is set by default)APIWEBMOBILE_WEBMOBILE_APPAllowed:APIWEBMOBILE_WEBMOBILE_APPResponses 200Quote created. 400Bad request. 401Unauthorized. 429Rate limit exceeded. 500Internal server error.Updated 22 days ago