1.1 KiB
!!! info "ApiFundingPaymentHistoryResponse"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|resultr |[FundingPayment]|True|The funding payments matching the request asset|
|nextn |string|True|The cursor to indicate when to start the query from|
??? 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.|