Andamio Logo
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

GuideDescription
API IntegrationComplete workflow for building, signing, and tracking transactions
Error HandlingRecovery patterns for failed and expired transactions

Authentication

All API requests require authentication:

HeaderPurpose
X-API-KeyApplication-level authentication
Authorization: Bearer <jwt>User-level authentication (wallet signature)

See API Integration for details on obtaining and using these credentials.