OX.FUN
TradeSupport
  • 🏠OX.FUN
  • OX.FUN DOCS
    • 📈Perps
    • 📊Strategies
    • 🐂OX Coin
    • 🍂Seasons
    • 📩Referral
  • Page
  • API
    • ⚙️OX FUN API
    • 🔑API Key Management
    • ☁️Websocket API
      • Authentication
      • Session Keep Alive
      • Order Commands
        • Place Limit Order
        • Place Market Order
        • Place Stop Limit Order
        • Place Stop Market Order
        • Place Batch Market Order
        • Cancel Order
        • Cancel Batch Order
        • Modify Order
        • Modify Batch Orders
      • Subscriptions - Private
        • Balance Channel
        • Position Channel
        • Order Channel
          • Order Opened
          • Order Closed
          • Order Closed Failure
          • Order Modified
          • Order Modified Failure
          • Order Matched
      • Subscriptions - Public
        • Fixed Size Order Book
        • Full Order Book
        • Incremental Order Book
        • Best Bid/Ask
        • Trade
        • Ticker
        • Candles
        • Liquidation RFQ
        • Market
      • Other Responses
      • Error Codes
        • Curl Error Codes
    • 🔌REST API V3
      • Account & Wallet - Private
      • Deposits & Withdrawals - Private
      • Market Data - Public
      • Orders - Private
      • Trades - Private
  • 🔗External
    • 💧Aerodrome Pool
    • 🔵Trade on Uniswap (Base)
    • Trade on Solana
    • 🦎CoinGecko
    • API Code Examples
  • 🔗SOCIALS
    • 🐂OX.FUN
    • Discord
    • Twitter
Powered by GitBook
On this page
  1. API

OX FUN API

PreviousPageNextAPI Key Management

Last updated 2 months ago

Introduction

OX.FUN provides a REST API and WebSocket API for traders and developers to integrate their trading strategies, algorithms, and risk management systems with the platform. The APIs provide custom access to order placement, account management, and market data.

REST API

The REST API supports trading, account management, and market data access, with features like SSL/TLS security, rate limiting, and IP whitelisting.

WebSocket API

The WebSocket API offers real-time market data, order updates, and streaming interfaces for order placement and cancellation, ensuring ultra-low latency and fast trading responses.

Getting Started

  1. Register: Create an account at .

  2. API Key Management: Generate an API key in your account dashboard. Keys are read-only by default and can be configured to execute trades. Each key is tied to a single sub-account.

⚙️
https://github.com/oxdom/Api
ox.fun