Community Docs
  • šŸ Home
  • Getting Started
  • Introduction
    • What is Hyperliquid?
    • Hyperliquid Labs
    • Roadmap
      • 2025-26-03_Incident
  • Architecture
    • Overview
    • HyperBFT
      • API Servers
    • HyperCore
      • Dex
        • Clearinghouse
          • Margin Management
          • Liquidations
          • Funding
          • Fees
        • Order Book
        • Oracle
      • Vault
      • HIPs
        • Spot Deployments (HIP-1/HIP-2)
      • Bridge
    • HyperEVM
    • Hyperliquid.
      • Unit
  • Guide
    • User Guide
      • Onboarding
      • Spot Deployments
      • Airdrop
    • Builder Guide
      • HyperCore
        • Trading Bot
        • Builder Codes
          • Install Template
          • Update
        • Endpoints
          • Info
            • Spot
            • Perpetuals
          • Exchange
      • HyperEVM
        • EVM Basics
          • dApp Setup
        • Specificities
      • Node Operators
      • Historical Data
  • Ecosystem
    • The Hyper Liquidated
      • Community Map
    • Projects
      • Tools
      • HyperEVM
        • Felix
      • HyperCore
      • MemeCoin
Powered by GitBook
On this page
  1. Guide
  2. Builder Guide
  3. HyperCore

Trading Bot

PreviousHyperCoreNextBuilder Codes

Last updated 3 months ago

This guide will walk you through the process of setting up a trading bot on HyperLiquid. It will include:

  • Step-by-step instructions,

  • Code samples,

  • Visuals and explanations to help you automate your trading strategies efficiently.

Resources

  • šŸ“Œ : Detailed breakdown of all API endpoints.

  • šŸ“Œ : For real-time data.

  • šŸš€ : Python Code Samples.

  • ⚔ : Rust Code Samples.

šŸŽ„ Demo Video

While this section is still under development, check out this video by a Circle member demonstrating how to create a trading bot: šŸ“ŗ

āš ļø Warning: Do not use your private key directly. Instead, create an agent wallet that can only place orders and not move funds: .

Endpoint Explanation
Websocket Documentation
HyperLiquid Python SDK
HyperLiquid Rust SDK
@TxnSheng on X
Create an Agent Wallet