Skip to main content
GET
/
fapi
/
v1
/
depth
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
contractName
string
required

Response

asks
string[][]
required
bids
string[][]
required
time
integer | null
required