Skip to main content
POST
Get user events
This endpoint provides funding payment history for Hyperliquid user addresses.
Drop-in ReplacementThis endpoint is a 1-1 replacement for the userFunding endpoint in Hyperliquid.

Authorizations

X-API-KEY
string
header
required

Body

application/json
type
enum<string>
required

Type of events to retrieve.

Available options:
userFunding,
userNonFundingLedgerUpdates
user
string
required

User's wallet address (hex string).

Response

Events retrieved successfully

time
integer<int64>

Event timestamp (Unix timestamp in milliseconds)

hash
string

Transaction hash

delta
object

Event payload. Structure varies by request type and event type.