Depth List
This method returns the order book dept data for a specific pair with pagination. Used for analytics and monitoring of the order book depth.
Details
Query Parameters
Name
Type
Description
Example
Name
Type
Description
{
"asks": [
[
"23504.38", // price
"0.254" // amount
],
[
"23551.75245859", //price
"0.8" //amount
]
],
"bids": [
[
"23465.23184735", //price
"0.89123" //amount
],
[
"23499.61", //price
"0.9950856" //amount
]
]
}With Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Last updated