---
title: "Returns a list of projected funding rates for the given products"
method: GET
path: "/v1/funding/projected-rate"
tags: ["Funding"]
---

# Returns a list of projected funding rates for the given products

`GET /v1/funding/projected-rate`

## Query parameters

- `productIds` string[], required

## Response `200`

- PageOfProjectedFundingDtos
  - `data` ProjectedFundingDto[], required — Array of projected funding rate objects
    - `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
  - `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)
