> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# HypercoreFundingEvent

Decoded details for a Hypercore funding rate payment between long and short holders

Implements: [`HypercoreMiscEventsTransaction`](/api-reference/streaming-api/types/hypercore-misc-events-transaction), [`DecodedDetails`](/api-reference/streaming-api/types/decoded-details)

## Fields

<ResponseField name="type" type="enum">
  Enum value identifying the transaction type

  Type: [`TransactionType`](/api-reference/streaming-api/types/transaction-type)
</ResponseField>

<ResponseField name="hash" type="string">
  Transaction/event hash from the Hypercore L1
</ResponseField>

<ResponseField name="time" type="string">
  ISO-8601 timestamp of the funding event
</ResponseField>

<ResponseField name="szi" type="string">
  Position size indicator at the time of funding
</ResponseField>

<ResponseField name="funding_amount" type="string">
  Funding payment amount in USDC
</ResponseField>

<ResponseField name="coin" type="string">
  Market/coin symbol (e.g. ETH, BTC)
</ResponseField>

<ResponseField name="funding_rate" type="string">
  Funding rate applied for this settlement
</ResponseField>
