nora

Flow walkthroughs

End-to-end /v2 integration arcs.

Four end-to-end arcs, in the order most integrators implement them:

  • Parties setup — create a party and connect a wallet. Every intent references a party.
  • Onramp intent — fiat → crypto. Creates an intent, returns payment instructions.
  • Offramp intent — crypto → fiat. Creates an intent, returns burn instructions.
  • Burn signing — sign the SPL Approve in the user's wallet and submit back to Nora.

Start with Core concepts if you haven't already — every flow relies on the same X-API-Key auth and idempotency-key conventions.