Skip to main content

Recent shifts

GET 

/recent-shifts

Returns the 10 most recent completed shifts. Use query param limit to change the number of recent shifts returned. limit must be between 1-100.

note

To preserve users privacy, shifts involving privacy coins will return null for both deposit and settle amount.

Responses

Schema
  • Array [

  • createdAtstringrequired
    depositCoinstringrequired
    depositNetworkstringrequired
    depositAmountstringrequired
    settleCoinstringrequired
    settleNetworkstringrequired
    settleAmountstringrequired
  • ]