curl -X POST https://api.galadriel.com/v1/orders \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "side": "buy", "gpu_type": "h100", "gpu_count": 16, "zone": "us-west-1", "duration_hours": 24, "order_type": "limit", "limit_price": 1.30 }'
{ "order_id": "ord_abc123", "side": "buy", "gpu_type": "h100", "gpu_count": 16, "zone": "us-west-1", "duration_hours": 24, "order_type": "market", "status": "filled", "matched_price": 1.40, "total_cost": 537.60, "lease_id": "lse_xyz123", "created_at": "2025-11-11T14:00:00Z", "filled_at": "2025-11-11T14:00:01Z" }
Create a new buy or sell order in the marketplace
buy
sell
h100
h200
b200
b300
us-west-1
us-east-1
eu-west-1
market
limit
pending
partial
filled
cancelled