Skip to main content
GET
/
api
/
v1
/
market
/
orderbook
Get Orderbook
curl --request GET \
  --url https://api.ekiden.fi/api/v1/market/orderbook
{
  "result": {
    "a": [
      [
        "<string>"
      ]
    ],
    "b": [
      [
        "<string>"
      ]
    ],
    "mts": "1672531200000",
    "s": "BTCUSDC",
    "seq": 21,
    "ts": "1672531200000",
    "u": 1
  },
  "time": "1672531200000"
}

Query Parameters

symbol
string
required
Example:

"BTCUSDC"

depth
null | any

Depth level

Response

200 - application/json

Orderbook

Get OrderBook response.

result
object
required

Order book Snapshot at a specific point in time.

time
string<date-time>
required
Example:

"1672531200000"