mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
!!! info "[FundingPayment](/../../schemas/funding_payment)"
|
||||
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
||||
|-|-|-|-|
|
||||
|event_time<br>`et` |string|True|Time at which the event was emitted in unix nanoseconds|
|
||||
|sub_account_id<br>`sa` |string|True|The sub account ID that made the funding payment|
|
||||
|instrument<br>`i` |string|True|The perpetual instrument being funded|
|
||||
|currency<br>`c` |string|True|The currency of the funding payment|
|
||||
|amount<br>`a` |string|True|The amount of the funding payment. Positive if paid, negative if received|
|
||||
|tx_id<br>`ti` |string|True|The transaction ID of the funding payment.<br>Funding payments can be triggered by a trade, transfer, or liquidation.<br>The `tx_id` will match the corresponding `trade_id` or `tx_id`.|
|
||||
Reference in New Issue
Block a user