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:
@@ -610,6 +610,13 @@ class PaperTradingBot:
|
||||
|
||||
### 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 |
|
||||
|-------|---------|--------|
|
||||
| BSC | https://testnet.bscscan.com | https://testnet.bnb.org |
|
||||
@@ -617,6 +624,11 @@ class PaperTradingBot:
|
||||
| ETH | Sepolia testnet | https://sepoliafaucet.com |
|
||||
| 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
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user