Skip to main content
Page is under construction.
Feedback Welcome!

HTTP API Endpoints

The Livepeer CLI exposes a local control‑plane HTTP server (default localhost:5935) defined in webserver.go These endpoints are local‑only, used by the CLI and automation tooling - not public network APIs.

General Commands (All Node Types)

  • Get node status - Display node information, balances, and configuration
  • View protocol parameters - Show protocol state and parameters
  • List registered orchestrators - Display available orchestrators
  • Initialize round - Initialize a new protocol round

Gateway/Broadcaster Commands

  • Set broadcast config - Configure transcoding options and max price
  • Set max price per capability - Set pricing for AI capabilities
  • Deposit broadcasting funds - Add ETH for paying orchestrators
  • Unlock broadcasting funds - Unlock deposited funds
  • Withdraw broadcasting funds - Withdraw unlocked funds

CLI Reference

CLI Commands Reference

Base URLs

EnvironmentURL
Gateway CLI API (default)http://localhost:5935
Orchestrator CLI APIhttp://localhost:7935

Status Endpoints

Staking Endpoints

Orchestrator Endpoints

Gateway Endpoints

Ethereum Endpoints

Last modified on January 13, 2026