Authentication
All requests require a valid API key. Same key for RPC, WebSocket, and Atlas REST API.
Methods
| Protocol | Method | Example |
|---|---|---|
| HTTP | Header | X-API-Key: YOUR_KEY |
| HTTP | Query param | ?api_key=YOUR_KEY |
| WebSocket | Query param | wss://api.monadatlas.com/ws?api_key=YOUR_KEY |
Browser WebSocket clients cannot set custom headers. Use the query param for WebSocket connections.
Example (curl)
curl "https://api.monadatlas.com/api/wallet_summary?address=0x..." \
-H "X-API-Key: YOUR_KEY"
With query param
curl "https://api.monadatlas.com/api/wallet_summary?address=0x...&api_key=YOUR_KEY"
Getting an API Key
Contact access@monadatlas.com or use the admin panel if you have access.