Overview
What Nora is and what you'll integrate with the API.
Nora is a BRL ↔ crypto rail. Partners integrate the API to move money in both directions:
- Onramp — user pays BRL via PIX; Nora mints BRS (a BRL-pegged SPL token on Solana) to a whitelisted wallet.
- Offramp — user signs on-chain to burn BRS; Nora pays out BRL via PIX to a designated fiat destination.
Most integrations also exercise a small set of supporting flows — whitelisting the wallets that participate in onramp mints and offramp burns, and monitoring intent status as it moves through compliance, rail, and on-chain stages.
Start here
- Quickstart — make your first authenticated request in under five minutes.
- Authentication — API keys and the sandbox vs production split.
- Core Concepts — the primitives every flow uses.
- Flows — end-to-end walkthroughs for every integration journey.
- API Reference — every endpoint with request/response shapes and curl examples.
Two environments
Every org gets a sandbox and a production instance. They are
fully isolated — separate API keys, separate wallets, separate intent
state. Sandbox calls go to https://staging.api.nora.finance;
production calls go to https://api.nora.finance. Each API key binds
to one instance, so swapping from sandbox to production means swapping
both the base URL and the key.