> For the complete documentation index, see [llms.txt](https://titan-exchange.gitbook.io/titan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types.md).

# Special Order Types

- [Overview](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/overview.md): Server-to-server DCA, stop-loss, take-profit, and OCO orders on Solana, built on Titan-managed wallets.
- [Quickstart](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/quickstart.md): Onboard a user and create your first order in four steps.
- [Order Types](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/order-types.md): The four order types you can create, and how to pick between them.
- [DCA](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/order-types/dca.md): Recurring swaps on a fixed schedule — config fields, progress tracking, and modification.
- [Stop-Loss & Take-Profit](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/order-types/stop-loss-take-profit.md): One-shot orders that sell the full deposit when the pair price crosses a trigger.
- [OCO Brackets](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/order-types/oco.md): One deposit, two triggers — a take-profit ceiling and a stop-loss floor where the first fill cancels the other.
- [Trailing Stops](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/order-types/trailing.md): Make a trigger follow the market with trailingStopBps — on a stop-loss, a take-profit, or an OCO's stop leg.
- [Guides](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides.md): Task-oriented guides for the parts of the integration every order type shares.
- [Onboarding (SIWS)](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/onboarding.md): Bind a user's external wallet to a Titan-managed manager with one SIWS signature.
- [Creating Orders](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/creating-orders.md): The two-step intent/confirm flow that creates every order type, and the fields they share.
- [Managing Orders](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/managing-orders.md): Read order state, then pause, resume, cancel, or retry — and what each order type supports.
- [Withdrawals](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/withdrawals.md): Return funds from a user's manager to their external wallet — wallet-level and per-order.
- [Platform Fees](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/platform-fees.md): Collect a platform fee on every execution — DCA cycles and trigger fills alike.
- [Lifecycle & Polling](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/guides/lifecycle.md): Order statuses, the withdrawal lifecycle, and how to keep your UI in sync by polling.
- [API Reference](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference.md): The complete contract — auth, endpoints, schema, errors, and limits.
- [Authentication](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference/authentication.md): The two headers that authenticate every request, and the three request tiers.
- [Endpoints](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference/endpoints.md): Every route — method, auth tier, request, and response — across all four order types.
- [Order & Execution Schema](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference/schema.md): Field-by-field reference for the Order, Execution, and balance-row objects, across all four order types.
- [Error Codes](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference/error-codes.md): Every error code, grouped by category, with what triggers it and how to handle it.
- [Limits & Idempotency](https://titan-exchange.gitbook.io/titan/developer-doc/special-order-types/reference/limits.md): Row caps, TTLs, per-cycle minimums, and the idempotency contract.
