Files
ritmex-bot/docs/grvt/schemas/funding_payment.md
T

792 B

!!! info "FundingPayment" |Name
Lite|Type|Required
Default| Description | |-|-|-|-| |event_time
et |string|True|Time at which the event was emitted in unix nanoseconds| |sub_account_id
sa |string|True|The sub account ID that made the funding payment| |instrument
i |string|True|The perpetual instrument being funded| |currency
c |string|True|The currency of the funding payment| |amount
a |string|True|The amount of the funding payment. Positive if paid, negative if received| |tx_id
ti |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.|