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,9 @@
|
||||
!!! info "[VaultRedemption](/../../schemas/vault_redemption)"
|
||||
Vault redemption information.<br><br>This struct contains information about a pending redemption from a vault.<br>
|
||||
|
||||
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
||||
|-|-|-|-|
|
||||
|num_lp_tokens<br>`nl` |string|True|The number of LP Tokens requested for redemption.|
|
||||
|request_valuation<br>`rv` |string|True|The valuation (in USD) of the redemption request.|
|
||||
|request_time<br>`rt` |string|True|[Filled by GRVT Backend] Time at which the redemption request was received by GRVT in unix nanoseconds|
|
||||
|max_redemption_period_timestamp<br>`mr` |string|True|[Filled by GRVT Backend] Time in unix nanoseconds, beyond which the request will be force-redeemed.|
|
||||
Reference in New Issue
Block a user