Margin Account Cancel Order (TRADE) don't work

“Margin Account Cancel Order (TRADE)”: [“DELETE”, “(HMAC SHA256)”, 1, “X-MBX-APIKEY”, "/sapi/v1/margin/order "],

I can’t cancel a order within the orderid or origClientOrderId of an open order.

Following is my request but it always return the following error.

{‘symbol’: ‘BTCUSDT’, ‘isIsolated’: ‘FALSE’, ‘orderId’: 4621329097, ‘recvWindow’: 55000, ‘timestamp’: ‘1612277481255’, ‘signature’: ‘e9b1310dd0c10e33d0c150ce47601869a84838d9bb3319b2016da90215a3f190’}
Delete
False
b’{“timestamp”:1612277485252,“status”:404,“error”:“Not Found”,“message”:“No message available”,“path”:"/sapi/v1/margin/order%20"}’

anyone encountered the same probleml

but my order is there, i could see it on the app and show it over the API

there is a space in the url after “/order”

1 Like