API Reference

24 hour rolling window price change statistics.

symbol values can be queried from List Products

Example response:

[
  {
    "fundingRateHourly": "14961780626495400",
    "fundingRateYearly": "131154968971858676400",
    "high": "5400000000000000000",
    "low": "4600000000000000000",
    "markPrice": "5281986721059197338",
    "nextFundingTime": "1715356800",
    "openInterest": "140557511933718172259842",
    "oraclePrice": "5283465553052178644",
    "priceChange": "581986721059197338",
    "priceChangePercent": "12382696192748879500",
    "productId": 1006,
    "productSymbol": "blastperp",
    "volume": "95308375221400000000000"
  },
  {
    "fundingRateHourly": "499999999999999900",
    "fundingRateYearly": "4382999999999999123400",
    "high": "64219600000000000000000",
    "low": "63107700000000000000000",
    "markPrice": "66929007017453900328603",
    "nextFundingTime": "1715356800",
    "openInterest": "224014465221741007279249356",
    "oraclePrice": "60977067422203598043301",
    "priceChange": "3179007017453900328603",
    "priceChangePercent": "4986677674437490700",
    "productId": 1003,
    "productSymbol": "btcperp",
    "volume": "33660906802000000000000000"
  },
  {
    "fundingRateHourly": "90344930903900500",
    "fundingRateYearly": "791963664303591783000",
    "high": "3061500000000000000000",
    "low": "2923900000000000000000",
    "markPrice": "2939598156472828651676",
    "nextFundingTime": "1715356800",
    "openInterest": "58535303874816773891113516",
    "oraclePrice": "2925166834241287637638",
    "priceChange": "-52101843527171348324",
    "priceChangePercent": "-1741546395934463600",
    "productId": 1002,
    "productSymbol": "ethperp",
    "volume": "49769880389000000000000000"
  }
]
Language
Click Try It! to start a request and see the response here!