---
title: "GET /funding-rates"
method: GET
path: "/funding-rates"
tags: ["api-gateway"]
---

# GET /funding-rates

`GET /funding-rates`

## Query parameters

- `symbol` string, required
- `end_timestamp_ns` integer, nullable
- `start_timestamp_ns` integer, nullable
- `cursor` string, nullable
- `limit` integer, nullable
- `sort_ts` 'asc' | 'desc' — Sort order/direction. - `asc`: ascending order per field type (e.g. lexicographic, numeric, etc.) - `desc`: descending order per field type

## Response `200`

List of funding rates

- GetFundingRatesResponse — Page metadata for cursor-paged responses. This is intended for response bodies (not query params).
  - `limit` integer, nullable
  - `next_cursor` string, nullable
  - `total_count` integer, nullable
  - `funding_rates` FundingRate[], required
    - `benchmark_price` string, nullable
    - `funding_amount` string, nullable
    - `funding_rate` string, required
    - `settlement_price` string, required
    - `symbol` string, required
    - `timestamp_ns` integer, required

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/revisions/2955c31c524d/schema)
