# OX.FUN

## OX DOCS

- [OX.FUN](https://oxoxox.gitbook.io/ox-docs/home.md)
- [Perps](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/perps.md): Perpetual Trading on Memes and Majors
- [Strategies](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/strategies.md): A brief overview of how OX.FUN's Grid Trading Strategies work.
- [OX Coin](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/ox-coin.md): Learn the utility of the native OX.FUN coin (OX)
- [Seasons](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/seasons.md): Overview
- [Referral](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/referral.md): A breakdown of the referral structure on OX.FUN.
- [OLP](https://oxoxox.gitbook.io/ox-docs/ox.fun-docs/olp.md): A breakdown of OLP and its functionalities
- [Page](https://oxoxox.gitbook.io/ox-docs/page.md)
- [OX FUN API](https://oxoxox.gitbook.io/ox-docs/api/editor.md)
- [API Key Management](https://oxoxox.gitbook.io/ox-docs/api/key.md)
- [Websocket API](https://oxoxox.gitbook.io/ox-docs/api/websocket.md)
- [Authentication](https://oxoxox.gitbook.io/ox-docs/api/websocket/authentication.md)
- [Session Keep Alive](https://oxoxox.gitbook.io/ox-docs/api/websocket/session-keep-alive.md)
- [Order Commands](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands.md)
- [Place Limit Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/place-limit-order.md): This page explains how to place orders via an authenticated WebSocket connection, detailing the required parameters for order placement, such as market code, order type, and price,.
- [Place Market Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/place-market-order.md)
- [Place Stop Limit Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/place-stop-limit-order.md)
- [Place Stop Market Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/place-stop-market-order.md): Stop market orders are only available in Perp Markets
- [Place Batch Market Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/place-batch-market-order.md)
- [Cancel Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/cancel-order.md)
- [Cancel Batch Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/cancel-batch-order.md)
- [Modify Order](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/modify-order.md)
- [Modify Batch Orders](https://oxoxox.gitbook.io/ox-docs/api/websocket/order-commands/modify-batch-orders.md)
- [Subscriptions - Private](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private.md)
- [Balance Channel](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/balance-channel.md)
- [Position Channel](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/position-channel.md)
- [Order Channel](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel.md)
- [Order Opened](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-opened.md)
- [Order Closed](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-closed.md)
- [Order Closed Failure](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-closed-failure.md)
- [Order Modified](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-modified.md)
- [Order Modified Failure](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-modified-failure.md)
- [Order Matched](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-private/order-channel/order-matched.md)
- [Subscriptions - Public](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public.md)
- [Fixed Size Order Book](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/fixed-size-order-book.md)
- [Full Order Book](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/full-order-book.md)
- [Incremental Order Book](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/incremental-order-book.md)
- [Best Bid/Ask](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/best-bid-ask.md)
- [Trade](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/trade.md)
- [Ticker](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/ticker.md)
- [Candles](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/candles.md)
- [Liquidation RFQ](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/liquidation-rfq.md)
- [Market](https://oxoxox.gitbook.io/ox-docs/api/websocket/subscriptions-public/market.md)
- [Other Responses](https://oxoxox.gitbook.io/ox-docs/api/websocket/other-responses.md)
- [Error Codes](https://oxoxox.gitbook.io/ox-docs/api/websocket/error-codes.md)
- [Curl Error Codes](https://oxoxox.gitbook.io/ox-docs/api/websocket/error-codes/curl-error-codes.md)
- [REST API V3](https://oxoxox.gitbook.io/ox-docs/api/restapi.md)
- [Account & Wallet - Private](https://oxoxox.gitbook.io/ox-docs/api/restapi/account-and-wallet-private.md)
- [Deposits & Withdrawals - Private](https://oxoxox.gitbook.io/ox-docs/api/restapi/deposits-and-withdrawals-private.md)
- [Market Data - Public](https://oxoxox.gitbook.io/ox-docs/api/restapi/market-data-public.md)
- [Orders - Private](https://oxoxox.gitbook.io/ox-docs/api/restapi/orders-private.md)
- [Trades - Private](https://oxoxox.gitbook.io/ox-docs/api/restapi/trades-private.md)
