# Hyperliquid Wallet Funding Payment History

> Hyperliquid Wallet Funding Payment History is a paid API for AI agents from hl-portfolio.api.klymax402.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Retrieves funding payments received or paid by a Hyperliquid wallet, including coin, amount, rate, and timestamp for each payment event.

## Facts

- Endpoint: GET https://hl-portfolio.api.klymax402.com/api/funding
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-wallet-funding-payment-history-83b66803
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JArz_1a-de805-p9T_UJT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hyperliquid-wallet-funding-payment-history-83b66803
```

Example prompt: Can you pull the funding payment history for my Hyperliquid wallet 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE starting from January 1st 2025?

## When to prefer this

Use this endpoint when you need granular funding payment records — including per-coin rates and amounts — for a specific Hyperliquid wallet. It is the right choice for auditing funding costs, computing P&L from funding income, or monitoring which perpetual positions are generating or consuming funding. Prefer it over generic portfolio endpoints when funding-specific data (not trades or positions) is the focus.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- No funding history found if the wallet has never held perpetual positions
- startTime set too far in the past may be truncated or return partial data
- Rate limiting or payment failure (402) if USDC payment is not processed
- Hyperliquid node downtime may cause delayed or unavailable data

## How this service works

Funding payments received/paid by a Hyperliquid wallet: coin, amount, rate, timestamp.

## Output

A list of funding payment records for the specified wallet, each containing the coin symbol, funding amount (positive = received, negative = paid), funding rate at the time, and the Unix timestamp of the payment event.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Hyperliquid wallet address (0x...) to retrieve funding history for"
  },
  "startTime": {
   "type": "number",
   "description": "Unix timestamp in milliseconds to start from (optional, default: last 7 days)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-wallet-funding-payment-history-83b66803/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hl-portfolio.api.klymax402.com](https://www.zero.xyz/host/hl-portfolio.api.klymax402.com/llms.txt)
