Andamio API
The developer product — build on the protocol from your own stack.
This is the developer-key path
These docs cover the Andamio API, which uses a developer key: you build on /api/v2, fund your own transactions, and your users act on their own behalf. Hold an enterprise key instead (Andamio sponsors your transactions)? See the Issuer docs.
The Andamio API is the developer product: REST endpoints and guides for issuing, verifying, and gating on-chain credentials from your own stack.
Start here
Quickstart takes you from zero to your first API call with curl in ~5 minutes, then sets up the local app template when you're ready to build a frontend.
After that, build something real with Your First Andamio App.
In this section
Authentication & Accounts
| Guide | Description |
|---|---|
| API Integration | Environment URLs, auth headers, endpoint taxonomy |
| Authentication | Wallet-based login, JWT flow, session management |
| Developer Accounts | Email/password registration, email verification, Developer JWT |
| API Keys | Request, rotate, and manage API keys |
Guides
| Guide | Description |
|---|---|
| API Concepts | Source field, safe refetch timing, merged endpoints |
| Transaction Handling | The build, sign, submit lifecycle |
| Sponsored Transactions | Let your organization pay fees on behalf of users |
| Error Handling | Five failure modes and recovery patterns |
Billing
| Guide | Description |
|---|---|
| Billing & Pricing | API tiers, rate limits, subscription management |
For the full endpoint reference, see the live API docs at api.andamio.io, and Reference for environments and configuration.