Introduction
AxonVault WaaS API provides wallet interaction endpoints for EVM and Solana networks. This API enables you to:- Query account details and balances
- Send transactions
- Sign transactions
- Sign and broadcast transactions
- Manage wallets and addresses
- Configure policies
Overview
AxonVault offers two integration paths:Embedded Wallets
SDK for consumer-facing applications with social login
Server Wallets
REST API for backend services and automation
Supported Networks
EVM Networks
| Network | Chain Reference | Status |
|---|---|---|
| Ethereum Mainnet | eip155:1 | ✅ Live |
| Ethereum Sepolia | eip155:11155111 | ✅ Live |
Solana Networks
| Network | Chain Reference | Status |
|---|---|---|
| Solana Mainnet | solana:mainnet | ✅ Live |
| Solana Devnet | solana:devnet | ✅ Live |
Base URLs
Production
Sandbox
Contact our team for sandbox environment access during development.
Authentication
All API endpoints require authentication. AxonVault uses different authentication methods depending on the integration type:Embedded Wallets
Use JWT tokens obtained via social login. The SDK handles authentication automatically.Server Wallets
Use HMAC-signed requests with API keys for server-to-server communication.Authentication Guide
Learn about authentication methods
API Endpoints
The API is organized into the following categories:Embedded Wallet SDK
- Authentication - Social login and token management
- Wallets - Create and manage embedded wallets
- Transactions - Send transactions and sign messages
- Assets - Query balances and asset information
Embedded Wallet SDK
View SDK documentation
Server Wallet REST API
- Wallets - Create and manage server wallets
- Accounts - Manage HD wallet accounts
- Addresses - Derive and query addresses
- Transactions - Build, sign, and submit transactions
- Signing - Sign transactions and hashes
- Policy Engine - Configure risk rules and approvals
- Metadata - Query chain and asset information
REST API Reference
View all REST API endpoints
Error Handling
All errors follow a consistent format:Error Reference
View all error codes and types