!!! info "[ApiFundingPaymentHistoryResponse](/../../schemas/api_funding_payment_history_response)"
|Name
`Lite`|Type|Required
`Default`| Description |
|-|-|-|-|
|result
`r` |[FundingPayment]|True|The funding payments matching the request asset|
|next
`n` |string|True|The cursor to indicate when to start the query from|
??? info "[FundingPayment](/../../schemas/funding_payment)"
|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`.|