Depth
Get depth or specified market.
get
Get depth or specified market. Both asks and bids are sorted from highest price to lowest.
Path parameters
marketstring · enumRequiredPossible values:
Query parameters
limitinteger · int32 · min: 1 · max: 1000Optional
Limit the number of returned price levels. Default to 300.
Responses
200
Get depth or specified market. Both asks and bids are sorted from highest price to lowest.
get
GET /api/v2/live/public/markets/{market}/depth HTTP/1.1
Host: www.mameex.com
Accept: */*
200
Get depth or specified market. Both asks and bids are sorted from highest price to lowest.
No content
Last updated