Depth methods
Used to get information on order books for a specific pair.
Last updated
Used to get information on order books for a specific pair.
Last updated
- used for one-time data get requests.
- used to subscribe to receive real-time updates.
- used to unsubscribe from the method.
Used for one-time data get requests.
market*
STRING
Any public pair
BTC_USDT
limit*
NUMERIC
Limit of order quantity
1
interval*
STRING
Interval (defoult = 1, no interval: 0, step = 1)
0
type
STRING
Order type (ask = sell, bid = buy)
price
STRING
Order price (in 1st ticker of the pair)
amount
STRING
Order amount (in 1st ticker of the pair)
Used to subscribe to receive real-time updates.
market*
STRING
Any public pair
BTC_USDT
limit*
NUMERIC
Number of orders
1
interval*
STRING
Interval (defoult = 1, no interval: 0, step = 1)
0
status
BOOLEAN
FALSE = returned latest result, TRUE = no updates
type
STRING
Order type (ask = sell, bid = buy)
price
STRING
Order price (in 1st ticker of the pair)
amount
STRING
Order amount (in 1st ticker of the pair)
market
STRING
Pair name
Used to unsubscribe from the method.