User's Order History
GET/v1/orders/:skip
API returns 10 recent transactions of the user. Skip is used for pagination. For fetching first 10 latest transactions value of skip will be 0.
Request
Responses
- 200
- 400
- 401
Returns paginated order history for the authenticated user.
Bad Request — invalid or missing skip parameter.
Unauthorized — missing or expired Bearer token or API key.