Skip to content

Commit

Permalink
Merge pull request #258 from nobitex/feature/websocket-changelog
Browse files Browse the repository at this point in the history
Feature/websocket changelog
  • Loading branch information
SepidehM authored Sep 18, 2024
2 parents 6380987 + ab0b1c2 commit 61da5fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions source/changelog/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ toc_footers:

# تغییرات مهم API

## تغییرات شهریور ۱۴۰۳

* افزودن اندپوینت اردربوک ورژن ۳ و deprecate کردن ورژن ۲
* اضافه نمودن وب‌سوکت
* اضافه کردن کانال «لیست سفارش‌ها: اردربوک» به وب‌سوکت

## تغییرات مرداد ۱۴۰۳

* قابلیت دریافت سفارشات به ترتیب زمان ثبت، شناسه و قیمت به صورت صعودی و نزولی در لیست سفارشات
Expand Down
4 changes: 4 additions & 0 deletions source/includes/_market_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ SYMBOL | string | الزامی | نماد بازار | `BTCIRT`
لیست نمادهای معتبر بازارها عبارتند از:<br/> <span class="market-symbols"></span>
</aside>

```shell
curl 'https://api.nobitex.ir/v3/orderbook/all'
```

> نمونه پاسخ درخواست <code dir="ltr">/v3/orderbook/all</code>:
```json
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ client.connect();


<aside class="notice">
به‌جای <code>*</code> باید سمبل بازار مربوطه را به‌شکل بزرگ‌نویس (حروف بزرگ) قرار دهید. مثلاً <code>BTCIRT</code> و یا <code>ETHUSDT</code> و ...
به‌جای <code>*</code> باید سمبل بازار مربوطه را به‌شکل UPPERCASE (حروف بزرگ) قرار دهید. مثلاً <code>BTCIRT</code> و یا <code>ETHUSDT</code> و ...
</aside>


Expand Down

0 comments on commit 61da5fe

Please sign in to comment.