Last updated 2 months ago
ADAUSDX
Get market depth
GET /markets/depth?symbol=text HTTP/1.1 Host: Accept: */*
OK
{ "asks": [ { "price": 1, "quantity": 1 } ], "bids": [ { "price": 1, "quantity": 1 } ] }