Supported Environments
Ekiden supports the following environments:| Environment | Network Key | REST URL | WebSocket URL |
|---|---|---|---|
| Testnet | testnet | https://api.ekiden.fi/api/v1 | wss://api.ekiden.fi/ws |
Initialization Parameters
| Parameter | Description | Required | Default |
|---|---|---|---|
| network | mainnet or testnet | No | mainnet |
| api_key | For private endpoints | Yes (if API key auth) | — |
| private_key | Alternative for signature-based auth | Yes (if no API key) | — |
| subaccount_id | Optional subaccount ID | No | 0 |
| use_websocket | Enable WS connections | No | true |