Last updated 13 days ago
ADAUSDX
Get market depth
curl -L \ --url '/markets/depth'
{ "asks": [ { "price": 1, "quantity": 1 } ], "bids": [ { "price": 1, "quantity": 1 } ] }