mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
!!! info "[ApiGetCurrencyResponse](/../../schemas/api_get_currency_response)"
|
||||
The list of currencies<br>
|
||||
|
||||
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
||||
|-|-|-|-|
|
||||
|result<br>`r` |[CurrencyDetail]|True|The list of currencies|
|
||||
??? info "[CurrencyDetail](/../../schemas/currency_detail)"
|
||||
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
||||
|-|-|-|-|
|
||||
|id<br>`i` |integer|True|The integer value of the currency|
|
||||
|symbol<br>`s` |string|True|The name of the currency|
|
||||
|balance_decimals<br>`bd` |integer|True|The balance decimals of the currency|
|
||||
|quantity_multiplier<br>`qm` |string|True|The quantity multiplier of the currency|
|
||||
Reference in New Issue
Block a user