Skip to main content
POST
User funding payments

Authorizations

Authorization
string
header
required

Your Hypedexer API key, sent as Authorization: Bearer <key>. The X-API-Key: <key> header and the api_key query parameter are accepted as well.

Body

application/json
type
enum<string>
required
Available options:
userFunding,
accountFunding
user
string
required

Wallet address (0x-prefixed, case-insensitive)

startTime
integer

Inclusive lower bound on the settlement time, epoch milliseconds

endTime
integer

Inclusive upper bound on the settlement time, epoch milliseconds

limit
integer
default:500
Required range: 1 <= x <= 5000

Response

Funding payments, newest settlement first

time
integer

Exact settlement timestamp in milliseconds, the same value Hyperliquid returns

hash
string

Always the zero hash: a funding payment has no transaction

coin
string

Market (top-level copy of delta.coin)

usdc
string

Payment in USDC (top-level copy of delta.usdc)

szi
string

Position size (top-level copy of delta.szi)

delta
object