Order Book
GET v1/OrderBook/:conversion
GET v1/OrderBook/:conversion
Get current order book.
Request
Path Parameters
Attribute | Type | Description |
conversion |
| Conversion symbol. See conversion. |
Response
HTTP Status | Return Object |
200 | array of Orders. |
Order
Attribute | Type | Description |
Amount |
| Amount of available in the order. |
Price |
| Price. The unit is |
Errors
HTTP Status | Error Code | Description |
400 |
| Invalid URL parameters |
Last updated