Skip to main content
curl -X POST "https://api.polyhush.com/api/v1/trading/orders/sync-all" \
     -H "X-API-Key: your-api-key"

Response

synced
integer
Number of orders whose status was updated.
total
integer
Total number of orders processed.
errors
array
List of any errors encountered during sync.
{
  "synced": 2,
  "total": 5,
  "errors": []
}