curl -X POST "https://api.polyhush.com/api/v1/trading/orders/sync-all" \
-H "X-API-Key: your-api-key"
Response
Number of orders whose status was updated.
Total number of orders processed.
List of any errors encountered during sync.
{
"synced": 2,
"total": 5,
"errors": []
}