Connection Test
Test all API endpoints and verify system connectivity
Test Results Summary
0 Passed
0 Warnings
0 Failed
Run Tests Again
Trading Pairs API
Tests connection to trading pairs data with numbered object format support
Exchange Info API
Tests exchange information and symbol data parsing
Leverage Data API
Tests leverage data with intelligent calculation and numbered object format
Troubleshooting Guide
Common Issues:
Fallback Data Warning:
External APIs (dragok.com) are unavailable, using cached/fallback data
Connection Timeout:
Network connectivity issues or API server downtime
Parse Errors:
API response format has changed or is invalid
CORS Errors:
Browser security restrictions (check browser console)
Data Format Support:
Numbered Objects:
Supports {"1": "ethbtc", "2": "ltcbtc"} format from dragok.com
Array Format:
Standard array of trading pairs
Object Format:
Key-value pairs with trading data
Intelligent Parsing:
Automatically detects and handles different response formats
Next Steps:
Check browser console for detailed error logs
Verify network connectivity to external APIs
Contact support if issues persist
Use fallback data for testing when external APIs are down
Back to Login