API - Market Depth
URL
Environment
URL Endpoint
GET /depth/{symbol}
Example Request
GET /depth/NIGHTUSDMExample Response
{
"timestamp": 1773113131587,
"bids": [
{ "price": "0.05090", "quantity": "31395" } // Buy order - 31,395 NIGHT at $0.05090
],
"asks": [
{ "price": "0.05311", "quantity": "3977.5" }, // Sell order - 3,977.5 NIGHT at $0.05090
{ "price": "0.05210", "quantity": "6220" }
]
}Response Fields
Field
Type
Description
Last updated