Installation
Quick start
1. Read-only operations
For read-only operations (listing wallets, fetching balances, etc.), you only need an auth token:2. Signing requests
State-changing operations (creating wallets, signing transactions, etc.) require cryptographic request signing:Next steps
- Create a service account for server-to-server authentication with long-lived tokens
- Development guide for detailed request signing architecture
