---
title: "GET /api/v2/hyperliquid/funding_rates/{coin}"
method: GET
path: "/api/v2/hyperliquid/funding_rates/{coin}"
tags: ["hyperliquid", "token"]
---

# GET /api/v2/hyperliquid/funding_rates/{coin}

`GET /api/v2/hyperliquid/funding_rates/{coin}`

Get hyperliquid funding rates

## Path parameters

- `coin` 'BTC' | 'ETH' | 'SOL' | 'SUI' | 'XRP' | 'ADA' | 'kPEPE' | 'HYPE' | 'FARTCOIN' | 'DOGE' | 'S', required

## Query parameters

- `format` 'csv' | 'json'
- `average` 'true' | 'false'

## Response `200`

hyperliquid funding rates

- object[]
  - `coin` string, required
  - `fundingRate` string, required
  - `premium` string, required
  - `time` number, required
  - `date` string, required

## Other responses

- `404` — Token not found

## Changes

> 3 revisions in range; 1 could not be searched.

- **2026-08-30** `8dd0a6b8c5bc` — 1 breaking, 2 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `404`
  - api tag `token` added
  - added the required property `error` to the response with the `404` status

[Change history](https://skmtc.dev/originprotocol/apis/defi-analytics/changes/api/v2/hyperliquid/funding_rates/:coin/get.md)

---

[API](https://skmtc.dev/originprotocol/apis/defi-analytics.md) · [All operations](https://skmtc.dev/originprotocol/apis/defi-analytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/originprotocol/defi-analytics/revisions/8dd0a6b8c5bc/schema)
