Skip to content

List funding rates

GET
/markets/{market_id}/funding-rates

Parameters

Path Parameters

market_id*
Type
integer
Required
Format
"int32"

Query Parameters

limit

Max items to return.

Type
integer
Default
100
Maximum
1000
before

Return items strictly before this transaction index (cursor).

Type
integer
Format
"int64"

Responses

Funding-rate history, newest first.

application/json
JSON
[
  
{
  
  
"market_id": 0,
  
  
"symbol": "string",
  
  
"funding_rate": 0,
  
  
"cumulative_funding_index_long": "-12500",
  
  
"cumulative_funding_index_short": "-12500",
  
  
"period_start_ms": 0,
  
  
"period_end_ms": 0
  
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI