Submit one or more betting orders for placement with bookmakers.
Required fields per order: requestUuid, outcomeId, playerId, orderPrice, orderStake, userRef, testOrder, and either fixtureId (fixture markets) or futureId (futures/outright markets — coming soon)
Optional fields: bookmakers, participantId (futures only), orderCurrency, back, expiresAt, acceptBetterOdds, acceptPartialStake, meta
Key behavior:
requestUuid must be a valid UUID format (used for idempotency — duplicates within 30 minutes are rejected with 409)fixtureId and futureId are mutually exclusive — provide one or the otherfutureId currently return 501 Not Implemented (coming soon)bookmakers is specifiedclientName is set automatically from your API keyexpiresAt (default: 5 seconds from now, capped at 24 hours maximum)Response:
status: “accepted” (all accepted), “partial-success” (some declined), or “declined” (all declined)acceptedOrders: Orders that passed validation with their current status and any placed betsdeclinedOrders: Orders that failed validation with declineReasonAPI key for authentication. Contact contact@55-tech.com to obtain a key.
List of orders to place (max 100 per request)
1 - 100 elementsOrder placement results with accepted and declined orders