Ethereal Docs
  • Introduction
    • What is Ethereal?
  • Public Testnet
  • Trading
    • Perpetual Futures
      • Margining
      • Order Types
      • Positions
      • Funding Rates
      • Market Specifications
      • Liquidations
      • Auto Deleveraging
      • Subaccounts
      • Price Oracles
  • Points
    • Staking sENA
    • Season Zero
  • developer-guides
    • Trading API
      • Quick Start
      • Message Signing
      • Accounts & Signers
      • Order Placement
      • System Limits
      • Products
      • Token Transfers
      • Supported Tokens
      • Websocket Gateway
    • Python SDK
  • Protocol Reference
    • API Hosts
    • Contracts
    • Audits
Powered by GitBook
On this page
  1. developer-guides
  2. Trading API

Quick Start

This quickstart describes how to make your first deposit, set up the Python SDK, and make your first request.

Initial Setup

  1. Make your first deposit - Deposit USDe to start trading

  2. Understand message signing - Authentication through signed EIP712 messages

  3. Setup your development environment - Configure hosts, download the Python SDK, and read through the API reference

The best way to get familiar with Ethereal is to RTFM and dive into the code. See links above for the Trading API and Python SDK to get started!

PreviousTrading APINextMessage Signing

Last updated 3 days ago