Submit a new trading order to the CLOB (Central Limit Order Book)
KUEST_ADDRESS - User’s wallet addressKUEST_API_KEY - API key from trading auth credentialsKUEST_PASSPHRASE - Passphrase from trading auth credentialsKUEST_TIMESTAMP - Current Unix timestamp (seconds)KUEST_SIGNATURE - HMAC signature of the requestContent-Type: application/jsonAccept: application/jsonBUY or SELLGTC - Good Till Cancelled (limit order, default)GTD - Good Till Date (limit order with expiration)FOK - Fill Or Kill (must be fully filled immediately)FAK - Fill And Kill (fill partially, cancel remainder)makerAmount = price × shares (in micro units)takerAmount = shares (in micro units)makerAmount = shares (in micro units)takerAmount = price × shares (in micro units)condition_paused - Trading is paused for this marketsystem_paused - Trading is temporarily paused system-widenot enough balance / allowance - Insufficient available balanceorder expired - Order expiration timestamp is in the pastinvalid order signature - Signature verification failedorder is invalid. duplicated. - Identical order already existsorder couldn't be fully filled, fok orders are fully filled/killed - FOK order cannot be fillednot enough unlocked balance - Insufficient unlocked collateralpostonly would cross the best bid/ask - Post-only order would execute immediately