get https://api.zondacrypto.exchange/rest/trading/orderbook/
Returns 300 of highest bid orders and 300 of lowest ask orders.
Response details
Key | Type | Description |
---|---|---|
sell / buy | array | |
* ra | decimal | Rate of the order |
* ca | decimal | Current amount of cryptocurrency in the order |
* sa | decimal | Starting amount of cryptocurrency in the order |
* pa | decimal | Amount of cryptocurrency before the last change |
* co | integer | Amount of orders in the position at specific rate |
timestamp | Unix Timestamp | Time of execution on server. For this time all above values are actual |
seqNo | integer | Sequence number. Allows you to keep the order of received data. |