Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-seo-descriptions-1775434197.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate limits and errors
Rate limit 429 errors
Rate limit 429 errors
- Wait for the rate limit window to reset
- Check the specific rate limit value in the endpoint documentation
- Implement rate limiting in code
CORS errors on ticker endpoint
CORS errors on ticker endpoint
Nonce error troubleshooting
Nonce error troubleshooting
- Debug the code implementation
- Recreate API keys
- Ensure system time is properly synchronized
Smartplan endpoint 403 access errors
Smartplan endpoint 403 access errors
- Contact support@whitebit.com
- Request permissions for Smartplan endpoints
- Provide use case details
WebSocket
Multiple time periods in WebSocket Kline
Multiple time periods in WebSocket Kline
- Open multiple WebSocket connections
- Use the equivalent HTTP method instead
Trade history limitations (24-hour window)
Trade history limitations (24-hour window)
- Subscribe to the WebSocket feed
- Accumulate and store the data
- Process the data as needed
Transfers and withdrawals
Transfer delays between balances
Transfer delays between balances
- Wait for transfers to complete (approximately 2 seconds)
- Avoid initiating withdrawals before transfer completion
- Implement proper error handling for transfer states
Insufficient funds errors despite available balance
Insufficient funds errors despite available balance
- Account for withdrawal fees in calculations
- Check the fees documentation
- Ensure sufficient balance for both amount and fees
Webhooks
Webhook HTTPS requirements and port
Webhook HTTPS requirements and port
- Communication occurs over port 443
- SSL/TLS encryption is mandatory
- HTTP connections are not supported
API and assets
Currency deposit and withdrawal availability
Currency deposit and withdrawal availability
- URL: https://whitebit.com/api/v4/public/assets
- The endpoint provides real-time status of all currencies
- Check the currency-specific enabled/disabled flags
Security and API keys
API key security best practices
API key security best practices
Compromised API key response
Compromised API key response
API usage
High-frequency trading API optimization
High-frequency trading API optimization
API disconnection handling
API disconnection handling