Platform Guides/Developers
Developer Guides
Build integrations with the Andamio API
Developer Guides
Everything you need to build applications that integrate with the Andamio protocol.
Guides
| Guide | Description |
|---|---|
| API Integration | Complete workflow for building, signing, and tracking transactions |
| Error Handling | Recovery patterns for failed and expired transactions |
Quick Links
- API Reference — Full endpoint documentation (Scalar)
- Transaction State Machine — How transactions flow from build to database sync
- V2 Transactions — Technical specs for each transaction type
Authentication
All API requests require authentication:
| Header | Purpose |
|---|---|
X-API-Key | Application-level authentication |
Authorization: Bearer <jwt> | User-level authentication (wallet signature) |
See API Integration for details on obtaining and using these credentials.