---
title: "Returns a list funding rates for a product over a time period"
method: GET
path: "/v1/funding"
tags: ["Funding"]
---

# Returns a list funding rates for a product over a time period

`GET /v1/funding`

## Query parameters

- `order` 'asc' | 'desc'
- `limit` integer
- `cursor` string
- `productId` string, uuid, required
- `range` 'DAY' | 'WEEK' | 'MONTH', required
- `orderBy` 'createdAt'

## Response `200`

- PageOfFundingDtos
  - `data` FundingDto[], required — Array of funding rate history objects
    - `createdAt` integer, required — Funding charge timestamp (ms since Unix Epoch)
    - `fundingRate1h` string, required — Hourly funding rate
  - `hasNext` boolean, required — Whether there are more objects to paginate through
  - `nextCursor` string — Pointer to the next page in pagination dataset

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/ethereal/apis/ethereal-exchange-api.md) · [All operations](https://skmtc.net/ethereal/apis/ethereal-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethereal/ethereal-exchange-api/revisions/6e6f8dad92bf/schema)
