cURL
curl --request GET \ --url https://whitebit.com/api/v1/public/history
{ "success": true, "message": null, "result": [ { "id": 156720314, "time": 1594240477.849703, "price": "9429.66", "amount": "0.002784", "type": "sell" } ] }
This endpoint retrieves trades that have been executed for the requested market.
Response is cached for: 1 second
Rate limit 1000 requests/10 sec.
Available market. Example: BTC_USDT
"BTC_USDT"
Largest id of last returned result. Example: request deals starting from id equals to 6
1
Limit of results. Default: 50 Example: 100
100
Successful response
true
null
Show child attributes
Deal id
156720314
Deal time in seconds
1594240477.849703
Deal price
"9429.66"
Deal amount
"0.002784"
Deal type (buy or sell)
buy
sell
"sell"