Skip to content

Commit fa9bb8a

Browse files
committed
updating update-status api
1 parent db1a2f1 commit fa9bb8a

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

source/includes/_market_trade.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/includes/internal/_apikey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
خروجی:

0 commit comments

Comments
 (0)