---
title: "Returns the projected funding rate for a product"
method: GET
path: "/v1/funding/projected"
tags: ["Funding"]
deprecated: true
---

# Returns the projected funding rate for a product

`GET /v1/funding/projected`

> **Deprecated.**

Deprecated: Use GET /funding/projected-rate instead

## Query parameters

- `productId` string, uuid, required

## Response `200`

- ProjectedFundingDto
  - `fundingRate1h` string, decimal, required — Funding rate expressed as a decimal (precision: 9)
  - `fundingRateProjected1h` string, decimal, required — Projected funding rate expressed as a decimal (precision: 9)
  - `productId` string, uuid, required — Id representing the registered product

## 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)
