Funding Rate
Query perp products 24hr funding rate.
Rate limits
1200 requests/min or 20 requests/sec per IP address. (weight = 2)
See more details in API Rate limits
Single Product
Request
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
product_id | number | Yes | Id of perp product to fetch funding rate for. |
Response
Multiple Products
Request
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
product_ids | number[] | Yes | Ids of perp products to fetch funding rate for. |
Response
Note: the response is a map of product_id -> funding_rate
for each requested product.
Response Fields
Field name | Description |
---|---|
product_id | Id of the perp product this funding rate corresponds to. |
funding_rate_x18 | Latest 24hr funding rate for the specified product, multiplied by 10^18 |
update_time | Epoch time in seconds this funding rate was last updated at |
Last updated