cURL
curl --request POST \ --url https://router-gateway-production.up.railway.app/order/market \ --header 'Content-Type: application/json' \ --data ' { "quoteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fromAddress": "<string>", "toAddress": "<string>", "refundAuthorizer": "<string>", "refundAddress": "<string>", "integrator": "<string>", "idempotencyKey": "<string>", "cancelAfter": "2023-11-07T05:31:56Z", "refundMode": "evmSignature", "amountFormat": "readable" } '
{ "orderId": "<string>", "orderAddress": "<string>", "amountToSend": "<string>", "quoteId": "<string>", "from": "<string>", "to": "<string>", "status": "<string>", "expiry": "<string>", "expectedOut": "<string>", "maxSlippage": "<string>", "expectedSlippage": "<string>", "minOut": "<string>", "maxIn": "<string>", "amountFormat": "readable", "refundMode": "evmSignature", "refundAuthorizer": "<string>", "refundToken": "<string>" }
1
evmSignature
token
readable
raw
Market order created by the internal router API.