Product Documentation
  • 👋Welcome to K3 Labs
  • Getting Started
    • Quick Start Guide
  • Automate
    • How to create a Workflow
    • Design Page: Key Sections
    • Trigger Set Up
      • Scheduled / Manual Trigger
      • Smart Contract-based Trigger
        • Token Smart Contracts Trigger Examples
        • Swap/Staking Smart Contracts Examples
        • NFT Collection Smart Contracts Examples
      • Wallet event-based
    • Functions Overview
      • Details on Read functions datapoints
      • Transform Function Details
        • Transform Custom Formula
      • JSON Data Preview
      • Custom Inputs
    • What are Actions?
  • Deploy
    • Deploy Page
    • Project Creation
  • Integrations
    • Coinbase
    • Slack
    • Telegram
    • Cubist Wallet
    • Safe Wallet
    • Hyperliquid
  • Stellar Blockchain
  • Tech Documentation
    • K3 Framework
      • Abstract
      • K3 Consensus
    • Networks & Usage
    • K3 Wasm
      • K3 Wasm Rust SDK
      • K3 Wasm Internal Specifications
    • Operator onboarding
Powered by GitBook
On this page
  1. Integrations

Hyperliquid

PreviousSafe WalletNextStellar Blockchain

Last updated 23 days ago

Integrating your Hyperliquid account with K3 Labs allows you to automate perpetual trading directly from your Hyperliquid wallet using K3 workflows. This setup is designed for secure execution of market orders, enabling seamless and programmatic access to Hyperliquid’s trading infrastructure.

How to Set It Up

1. Generate API Credentials on Hyperliquid

  • Go to

  • Follow the instructions to generate a new API key

  • Once created, you’ll receive two key items:

    • mainWalletPubkey (your public wallet address)

    • apiSecretKey (your private API secret)

🔒 Important: Store your secret key securely. It is only shown once.


2. Connect to K3 Labs

  • Go to the Integrations tab in K3 Labs

  • Locate the Hyperliquid section

  • Paste the following:

    • mainWalletPubkey → into the mainWalletPubkey field

    • apiSecretKey → into the apiSecretKey field

Click Connect to enable the integration.


What This Enables

Once connected, you’ll be able to use your Hyperliquid account to execute buy and sell orders directly within K3 workflows — completely automated and programmable. No manual trading needed.

Note:

  • K3 only supports market orders through this integration

  • Deposits and withdrawals must be done manually via the Hyperliquid platform

  • Permissions are strictly limited to trade execution only

Hyperliquid API Portal