Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/includes/_other.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@ http GET https://api.nobitex.ir/v2/options
},
"giftCard": {
"physicalFee": "360000"
}
},
"directDebitFee": {
"rate": "0.002",
"min": 10000,
"max": 50000
},
"directDebitMinDeposit": "20000"
}
}
```
Expand Down Expand Up @@ -163,6 +169,8 @@ minOrders | dict | حداقل مبلغ سفارش ریالی و تتری
amountPrecisions | dict | دقت اعشار مقدار در بازارهای مختلف
pricePrecisions | dict | دقت اعشار قیمت در بازارهای مختلف
giftCard | dict | هزینه چاپ گیفت کارتهای فیزیکی
directDebitFee | dict |نرخ کارمزد واریز مستقیم
directDebitMinDeposit | str |حداقل میزان مبلغ واریز مستقیم


### پارامترهای پاسخ - Coins
Expand Down