Skip to main content

Open Interest

API Description

Get present open interest of a specific symbol.

HTTP Request

GET /fapi/v1/openInterest

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGYES

Response Example

{
"openInterest": "10659.509",
"symbol": "BTCUSDT",
"time": 1589437530011 // Transaction time
}