Getting Started
The Multichain Observer API allows you to manage EVM-compatible wallets across multiple blockchain networks including Ethereum, Polygon, BSC, Arbitrum, Optimism, Avalanche, and Base.
Base URL
Authentication
All API requests require an API key. Include your API key in the request headers:
You can generate API keys from your dashboard.
EVM Multi-Wallet Endpoints
Manage wallets across multiple EVM chains with a single API.
/evm-multi-wallets
List all multi-chain wallets
/evm-multi-wallets
Create a new multi-chain wallet
Request Body
{
"name": "My Wallet",
"chain_ids": [1, 137, 56],
"password": "secure_password"
}
/evm-multi-wallets/{id}/balance
Get wallet balances across all chains
/evm-multi-wallets/{id}/addresses
Generate new addresses for the wallet
Chain-Specific Endpoints
Manage wallets on specific blockchain networks.
Supported Chains
/{chain}/wallets
List wallets on a specific chain
/{chain}/wallets/{id}/balance
Get wallet balance on specific chain
/{chain}/wallets/{id}/send
Send transaction from wallet
Request Body
{
"to": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"amount": "0.1",
"password": "wallet_password"
}
Webhooks & Automation
Set up automated notifications and actions for blockchain events.
/flow-items
List all webhooks and automation flows
/flow-items
Create a new webhook or automation flow