File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,8 +454,29 @@ http POST https://apiv2.nobitex.ir/market/orders/update-status \
454454
455455``` json
456456{
457- "status" : " ok" ,
458- "updatedStatus" : " Canceled"
457+ "status" : " ok" ,
458+ "updatedStatus" : " Canceled" ,
459+ "order" : {
460+ "amount" : " 60" ,
461+ "averagePrice" : " 0" ,
462+ "clientOrderId" : null ,
463+ "created_at" : " 2025-10-28T09:25:17.774332+00:00" ,
464+ "dstCurrency" : " ﷼" ,
465+ "execution" : " Market" ,
466+ "fee" : " 0" ,
467+ "id" : 5684 ,
468+ "market" : " USDT-RLS" ,
469+ "matchedAmount" : " 0" ,
470+ "partial" : false ,
471+ "price" : " market" ,
472+ "srcCurrency" : " Tether" ,
473+ "status" : " Canceled" ,
474+ "totalOrderPrice" : " 2550000" ,
475+ "totalPrice" : " 0" ,
476+ "tradeType" : " Spot" ,
477+ "type" : " sell" ,
478+ "unmatchedAmount" : " 60"
479+ }
459480}
460481```
461482
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ GET /apikeys/list
9292
9393### حذف کلید
9494
95- GET /apikeys/delete/<public_key>
95+ POST /apikeys/delete/<public_key>
9696
9797ورودی: public_key در آدرس
9898خروجی:
You can’t perform that action at this time.
0 commit comments