# Recipes

> Implementation guides for the products partners actually build — each chains the exact endpoints, shows working code, lists common mistakes, and ends with a sandbox walkthrough on its own shareable URL.

Implementation guides for the products partners actually build. Each recipe chains the exact
endpoints, shows working code, lists the common mistakes, and ends with a sandbox walkthrough — on its
own page, so you can share a single URL with your team.

<Cards>
  <Card title="Build a Trading App" href="/partners/docs/recipes/build-a-trading-app">
    Onboard a user, fund them, and place the quote-gated two-step trade end to end.
  </Card>
  <Card title="Handle Webhooks Reliably" href="/partners/docs/recipes/handle-webhooks-reliably">
    Verify signatures, dedupe by eventId, and reconcile gaps for at-least-once delivery.
  </Card>
  <Card title="Recurring Investing (DCA)" href="/partners/docs/recipes/recurring-investing-dca">
    Schedule recurring buys with idempotent trades and settlement-aware balances.
  </Card>
  <Card title="Bonds & Funds" href="/partners/docs/recipes/bonds-and-funds">
    Subscribe sub-accounts to fixed income and money-market funds, and redeem.
  </Card>
  <Card title="Dividends & Corporate Actions" href="/partners/docs/recipes/dividends-and-corporate-actions">
    React to dividend.paid and corporateaction.declared so cached quantities never go stale.
  </Card>
  <Card title="Nightly Reconciliation" href="/partners/docs/recipes/nightly-reconciliation">
    Pull the daily reconciliation pack and ingest cash, securities, and custody sections.
  </Card>
  <Card title="Build a Portfolio Tracker" href="/partners/docs/recipes/build-a-portfolio-tracker">
    Aggregate holdings, tax lots, and realized gains into a per-user statement.
  </Card>
  <Card title="Embed Market Data" href="/partners/docs/recipes/embed-market-data">
    Charts, batch quotes, and movers via data keys or a backend proxy.
  </Card>
</Cards>

All recipes live under [/partners/docs/recipes](/partners/docs/recipes).
