Skip to main content
GET
/
sapi
/
v1
/
depth
Depth
curl --request GET \
  --url https://openapi.odyssey.trade/sapi/v1/depth
{
  "asks": [
    [
      "1.1",
      "1.2"
    ]
  ],
  "bids": [
    [
      "2.1",
      "2.2"
    ]
  ],
  "time": 0
}

Query Parameters

limit
integer
required
symbol
string
required

Response

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