Get Order Book
requires auth
Getting Order Book
Endpoint to get the order book for a specific pair and account.
Path Parameters:
Path
Type
Description
accountId
*
string
your account ID
Query Parameters:
Body
Type
Description
assetPair
*
string
Symbol for pair asset. (XYZ/ABC)
levels
integer
<int32>
how many levels to show bids and asks. Default: 25
pricePrecision
number
<decimal>
sizePrecision
number
<decimal>
Example
Last updated