Funding

Returns a list of projected funding rates for the given products

get/v1/funding/projected-rate

Query parameters

productIdsstring[] required

Array of product ids

Response

hasNextboolean required

Whether there are more objects to paginate through

nextCursorstring

Pointer to the next page in pagination dataset

Example response

{
  "data": [
    {
      "fundingRate1h": "0.013876480",
      "fundingRateProjected1h": "0.000078771"
    }
  ],
  "hasNext": true
}