Depth
Retrieve information of our exchange
Request Param
Name
Type
Mandatory
Description
{
"bids": [
{
"price": 38.25,
"volume": 0.25123
},
{
"price": 38.25,
"volume": 0.25123
}
],
"asks": [
{
"price": 38.25,
"volume": 0.25123
},
{
"price": 38.25,
"volume": 0.25123
}
]
}Last updated