Skip to main content
Robinhood offers commission-free crypto trading. Horizon connects to Robinhood’s crypto trading API for spot execution alongside prediction market strategies.

Quick Setup

Credentials

Robinhood Configuration

Authentication

Robinhood uses Bearer token auth:
  • Authorization: Bearer {api_key}

Market Data Feed

Robinhood uses REST polling (no public WebSocket):
The feed polls Robinhood’s quote endpoint at the configured interval for each symbol.

Symbol Mapping

Robinhood uses BASE-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

  1. Open the Robinhood app or website
  2. Navigate to Account > Settings > API Trading
  3. Generate a new API key
  4. Store the key securely