Submit request to get premium index (Update snapshots once per second, real-time query).Premium index = MA( (Best Bid + Best Ask) / 2 − Index Price ) / Index PriceFunding Rate = Clamp(MA [{(Best Bid Price + Best Ask Price) / 2 − Index Price} / Index Price + Interest Rate], Funding rate cap, Funding rate floor)https://www.kucoin.com/support/26686295987353Note: We are currently testing a new funding rate and premium index calculation for a small number of symbols. For details, please refer to the documentation: https://www.kucoin.com/announcement/hk-important-funding-rate-calculation-update-for-xrpusdc-suiusdc-solusd-penguusdt-nmrusdt-and-zrcusdt-2025-11-27Premium Index =[max(0, Depth-Weighted Bid − Index Price) − max(0, Index Price − Depth-Weighted Ask)] / Index PriceFunding Rate = clamp[ Average Premium Index + clamp(Interest Rate − Average Premium Index, 0.05%, −0.05%), Upper Limit, Lower Limit ]
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-futures.kucoin.com/api/v1/premium/query?symbol=&startAt=1728663338000&endAt=1728692138000&reverse=true&offset=254062248624417&forward=true&maxCount=10'