Skip to main content

Recent shifts

GET 

https://sideshift.ai/api/v2/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 [

  • createdAt stringrequired
    depositCoin stringrequired
    depositNetwork stringrequired
    depositAmount stringrequired
    settleCoin stringrequired
    settleNetwork stringrequired
    settleAmount stringrequired
  • ]

curl -L 'https://sideshift.ai/api/v2/recent-shifts'
Request Collapse all
Base URL
https://sideshift.ai/api/v2
Parameters
— query
ResponseClear

Click the Send API Request button above and see the response here!