Deals methods
Used to get information about the last trade for a specific pair.
Last updated
Used to get information about the last trade 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
ETH_BTC
limit*
NUMERIC
How many trades to show
2
lastId*
NUMERIC
How many trades to skip
0
market
STRING
Pair name
type
STRING
Trade type (buy or sell)
time
NUMERIC
Time in TimeStamp format
id
NUMERIC
ID
amount
STRING
Trade amount (in 1st ticker of pair)
price
STRING
Trade price (in 1st ticker of pair)
Used to subscribe to receive real-time updates.
market*
STRING
Any public pair
BTC_USDT
market
STRING
Pair name
id
NUMERIC
ID
type
STRING
Trade type (buy or sell)
time
NUMERIC
Time in TimeStamp format
price
STRING
Trade price (in 1st ticker of pair)
amount
STRING
Trade amount (in 1st ticker of pair)
Used to unsubscribe from the method.