Quick Setup
Credentials
- Explicit
- Environment variables
Robinhood Configuration
Authentication
Robinhood uses Bearer token auth:Authorization: Bearer {api_key}
Market Data Feed
Robinhood uses REST polling (no public WebSocket):Symbol Mapping
Robinhood usesBASE-QUOTE format for crypto:
Robinhood uses
Side.Long for all positions. Prediction market concepts like Side.Yes / Side.No do not apply to crypto orders.Multi-Exchange
Getting API Keys
- Open the Robinhood app or website
- Navigate to Account > Settings > API Trading
- Generate a new API key
- Store the key securely