Field | Type | Description |
---|---|---|
`time` | `int` | UNIX timestamp of trade |
`price` | `string` | Trade price |
`amount` | `string` | Trade amount in base asset. |
`total` | `string` | Trade total value in quote asset. |
`side` | `string` | Taker `BUY` or `SELL` |
`pair` | `string` | Trading pair symbol. |
Field | Type | Description |
---|---|---|
`time` | `int` | UNIX timestamp of candle start |
`pair` | `string` | Trading pair symbol. |
`open` | `string` | Candle open price. |
`high` | `string` | Candle highest price. |
`low` | `string` | Candle lowest price. |
`close` | `string` | Candle close price. |
`volume` | `string` | Candle volume in base asset. |
Field | Type | Description |
---|---|---|
`pair` | `string` | Trading pair symbol. |
`price` | `string` | New market price |
`change` | `int` | Percentage price change in last 24 hours |
`previous` | `string` | Previous market price. |
Field | Type | Description |
---|---|---|
`pair` | `string` | Trading pair symbol. |
`price` | `string` | New market price |
`change` | `int` | Percentage price change in last 24 hours |
`previous` | `string` | Previous market price. |
`high` | `string` | The highest price in last 24 hours. |
`low` | `string` | The lowest price in last 24 hours. |
`vol_base` | `string` | Last 24 hours volume in base asset. |
`vol_quote` | `string` | Last 24 hours volume in quote asset. |
Field | Type | Description |
---|---|---|
`pair` | `string` | Trading pair symbol. |
`amount` | `string` | New amount for given price level. A value of zero means that the price level no longer exists. |
`price` | `string` | Price level |
`side` | `string` | Orderbook side: `BUY` or `SELL` |
Field | Type | Description |
---|---|---|
`event` | `string` | Event type: `orderAccepted`, `orderRejected`, `orderUpdate`. |
`pair` | `string` | Trading pair symbol. |
`obid` | `int` | *Optional.* Order unique ID. |
`side` | `string` | *Optional.* Order side: `BUY` or `SELL` |
`type` | `string` | *Optional.* Order type: `MARKET`, `LIMIT`, `STOP_LIMIT` |
`time` | `int` | *Optional.* UNIX timestamp of event. |
`time_in_force` | `string` | *Optional.* `GTC`, `IOC` or `FOK` |
`base` | `string` | *Optional.* Base asset symbol. |
`quote` | `string` | *Optional.* Quote asset symbol. |
`price` | `string` | *Optional.* Order price. |
`amount` | `string` | *Optional.* Order amount. |
`total` | `string` | *Optional.* Order total value. |
`stop` | `string` | *Optional.* Order stop price. |
`status` | `string` | *Optional.* Order status: `OPEN`, `FILLED`, `KILLED`, `CANCELED`. |
`triggered` | `bool` | *Optional.* True means that stop limit order was just triggered . |
`filled` | `string` | *Optional.* Filled amount. |
`reason` | `string` | *Optional.* Reason of order rejection. |
Field | Type | Description |
---|---|---|
`time` | `int` | UNIX timestamp of the trade. |
`price` | `string` | Trade price. |
`amount` | `string` | Trade amount. |
`total` | `string` | Trade total value. |
`side` | `string` | Trade side: `BUY` or `SELL` |
`pair` | `string` | Trading pair symbol. |
`obid` | `int` | Order unique ID. |
`role` | `string` | `MAKER` or `TAKER` |
`fee` | `string` | Trade fee |