Andamio Logo
API

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

GuideDescription
API IntegrationEnvironment URLs, auth headers, endpoint taxonomy
AuthenticationWallet-based login, JWT flow, session management
Developer AccountsEmail/password registration, email verification, Developer JWT
API KeysRequest, rotate, and manage API keys

Guides

GuideDescription
API ConceptsSource field, safe refetch timing, merged endpoints
Transaction HandlingThe build, sign, submit lifecycle
Sponsored TransactionsLet your organization pay fees on behalf of users
Error HandlingFive failure modes and recovery patterns

Billing

GuideDescription
Billing & PricingAPI 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.