mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
792 B
792 B
!!! info "FundingPayment"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|event_timeet |string|True|Time at which the event was emitted in unix nanoseconds|
|sub_account_idsa |string|True|The sub account ID that made the funding payment|
|instrumenti |string|True|The perpetual instrument being funded|
|currencyc |string|True|The currency of the funding payment|
|amounta |string|True|The amount of the funding payment. Positive if paid, negative if received|
|tx_idti |string|True|The transaction ID of the funding payment.
Funding payments can be triggered by a trade, transfer, or liquidation.
The tx_id will match the corresponding trade_id or tx_id.|