Last updated 9 months ago
Should <= 32 symbols
"1234567890abcdef"
const response = await fetch('/v1/private/order/cancel', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "orderId": "1234567890abcdef" }), }); const data = await response.json();