docs: clarify AVE Cloud does not support testnets

Add important note that AVE Cloud APIs are production/mainnet only.
Include safe testing alternatives: quote/dry-run mode and minimal amounts.
This commit is contained in:
shokollm
2026-04-05 20:58:10 +00:00
parent 90283d7403
commit 1dd7bf47f3

View File

@@ -610,6 +610,13 @@ class PaperTradingBot:
### 10.3 Testnet Considerations ### 10.3 Testnet Considerations
> **Important:** AVE Cloud **does not support testnet chains**. All API endpoints connect to production/mainnet:
> - Data API: `https://prod.ave-api.com`
> - Trading API: `https://bot-api.ave.ai`
> - WebSocket: `wss://wss.ave-api.xyz`
>
> The testnet resources below are general blockchain testnets - they are **not** AVE Cloud testnets.
| Chain | Testnet | Faucet | | Chain | Testnet | Faucet |
|-------|---------|--------| |-------|---------|--------|
| BSC | https://testnet.bscscan.com | https://testnet.bnb.org | | BSC | https://testnet.bscscan.com | https://testnet.bnb.org |
@@ -617,6 +624,11 @@ class PaperTradingBot:
| ETH | Sepolia testnet | https://sepoliafaucet.com | | ETH | Sepolia testnet | https://sepoliafaucet.com |
| Base | Base Sepolia | https://www.coinbase.com/faucets | | Base | Base Sepolia | https://www.coinbase.com/faucets |
**Safe testing without real money:**
- Use **quote/dry-run mode** - All trading endpoints have a `quote` operation that simulates trades without execution
- Execute with **minimal amounts** - Use tiny amounts (e.g., $1-10) to verify flows
- **Contact AVE support** at `https://t.me/ave_ai_cloud` to ask about sandbox options
### 10.4 Mocking API Responses ### 10.4 Mocking API Responses
```python ```python