GET
/
fapi
/
v1
/
depth
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/depth
{
  "asks": [
    [
      "1.1",
      "1.2"
    ]
  ],
  "bids": [
    [
      "2.1",
      "2.2"
    ]
  ]
}

Query Parameters

limit
integer
required

The maximum number of items that can be returned in the query result. The value must be a positive integer. The default value is 100, maximum value is 100.

contractName
string
required

The uppercase contract name, e.g., E-BTC-USDT.

Response

200
application/json
Successful Response

Contains an arrays with price and volume.

asks
array
required
bids
array
required
time
integer | null
required