# OceanX Docs ## Docs - [OceanX Documentation](https://docs.oceanx.trade/introduction.md): Welcome to OceanX — an all-in-one trading, research and market-intelligence platform. - [Getting Started](https://docs.oceanx.trade/getting-started/overview.md): A quick overview of how to begin using OceanX. - [Creating an Account](https://docs.oceanx.trade/getting-started/creating-account.md): Sign up, verify your email and create your OceanX trading platform. - [Wallets & Security](https://docs.oceanx.trade/getting-started/wallets-security.md): How OceanX wallets, MPC infrastructure, passkeys and security features work. - [Funding Your Wallet](https://docs.oceanx.trade/getting-started/funding-wallet.md): Deposit and withdraw assets using your OceanX wallets. - [Supported Regions](https://docs.oceanx.trade/getting-started/supported-regions.md): Where OceanX is available and which jurisdictions may be restricted. - [Fees, Cashback & Referrals](https://docs.oceanx.trade/getting-started/fees-cashback-referrals.md): Understand OceanX fees, cashback tiers and referral rewards. - [Trading Overview](https://docs.oceanx.trade/trading/overview.md): How OceanX trading, execution and routing work. - [Scout](https://docs.oceanx.trade/trading/scout.md): Use Scout to discover new launches, migrations and real-time market opportunities. - [Token Pages](https://docs.oceanx.trade/trading/token-pages.md): Understand OceanX token pages, analytics and risk data. - [Orders](https://docs.oceanx.trade/trading/orders.md): Market, limit, stop loss, take profit, trailing stop and DCA orders on OceanX. - [Portfolio](https://docs.oceanx.trade/trading/portfolio.md): Track holdings, PnL and trading performance across OceanX. - [Intel](https://docs.oceanx.trade/trading/intel.md): Monitor wallets, market activity and real-time intelligence. - [Alerts](https://docs.oceanx.trade/trading/alerts.md): Create criteria based alerts for wallets, tokens and market activity. - [Perpetuals](https://docs.oceanx.trade/markets/perpetuals.md): Perpetual futures inside OceanX, aggregated across multiple venues. - [Predict](https://docs.oceanx.trade/markets/predict.md): Trade prediction markets on real-world events from inside OceanX. - [xStocks](https://docs.oceanx.trade/markets/xstocks.md): Trade tokenized equities on OceanX, subject to regional restrictions. - [Yield](https://docs.oceanx.trade/markets/yield.md): Lending and structured products are under development. - [Research Overview](https://docs.oceanx.trade/research/overview.md): Use OceanX Research to analyze markets, wallets and ideas. - [AI Assistant](https://docs.oceanx.trade/research/ai-assistant.md): Ask OceanX AI to analyze markets, wallets and trading ideas. - [Workspaces](https://docs.oceanx.trade/research/workspaces.md): Save chats and organize research into custom workspaces. - [Social Overview](https://docs.oceanx.trade/social/overview.md): Chat and voice are live inside OceanX, scoped to the page you're on. - [Profiles](https://docs.oceanx.trade/social/profiles.md): OceanX social profiles, usernames, badges and links. - [Groups](https://docs.oceanx.trade/social/groups.md): Trading communities inside OceanX. Not live yet. - [Voice](https://docs.oceanx.trade/social/voice.md): Talk in real-time with the people in a room you're already chatting in. - [Points](https://docs.oceanx.trade/rewards/points.md): Earn points through trading, quests and referrals. - [Callouts](https://docs.oceanx.trade/rewards/callouts.md): Call out a token publicly and earn from the volume you drive. - [Quests](https://docs.oceanx.trade/rewards/quests.md): Complete quests to earn points and rewards. - [Competitions](https://docs.oceanx.trade/rewards/competitions.md): Compete in OceanX trading, referral and seasonal challenges. - [Seasons](https://docs.oceanx.trade/rewards/seasons.md): OceanX seasonal campaigns and rewards. - [Leaderboards](https://docs.oceanx.trade/rewards/leaderboards.md): Track rankings across points, referrals, trading and competitions. - [overview](https://docs.oceanx.trade/api/overview.md): Track Solana wallets and stream live trade, balance and PnL data with the OceanX Developer API. - [Authentication](https://docs.oceanx.trade/api/authentication.md): Authenticate OceanX Developer API requests with a bearer API key. - [Rate Limits](https://docs.oceanx.trade/api/rate-limits.md): OceanX Developer API rate limits and rate-limit response headers. - [Errors](https://docs.oceanx.trade/api/errors.md): OceanX Developer API error envelope and error codes. - [Get API description](https://docs.oceanx.trade/api/endpoints/root.md): Unauthenticated endpoint returning the API description and a link to these docs. - [Tracked wallets](https://docs.oceanx.trade/api/endpoints/wallets.md): List, add and remove Solana wallets from your OceanX tracker. - [Tracker snapshot](https://docs.oceanx.trade/api/endpoints/snapshot.md): Get the full tracker state: your groups, wallets and status. - [Recent trades](https://docs.oceanx.trade/api/endpoints/trades.md): Pull recent normalized trades across your tracked wallets. - [Realtime session](https://docs.oceanx.trade/api/endpoints/realtime-session.md): Mint a short-lived WebSocket session for live updates on your tracked wallets. - [Spot quote](https://docs.oceanx.trade/api/endpoints/spot-quote.md): One normalized swap quote for one size, off OceanX's own router. - [Exit check](https://docs.oceanx.trade/api/endpoints/spot-exit-check.md): Quote a ladder of position sizes to find out whether a whole bag can actually be sold, and at what price. - [Quote stream](https://docs.oceanx.trade/api/endpoints/spot-quote-stream.md): A server-side Server-Sent Events loop that re-quotes one pair on an interval. - [Token Chart](https://docs.oceanx.trade/api/endpoints/chart.md): Read OHLCV candles for a Solana mint or an EVM token. - [Market Lighthouse](https://docs.oceanx.trade/api/endpoints/market-lighthouse.md): Read the latest VM-cached Solana DEX and launchpad activity frame. - [Callouts](https://docs.oceanx.trade/api/endpoints/callouts.md): Public token callouts with live click and volume attribution stats. - [Spot Quotes](https://docs.oceanx.trade/api/spot.md): Executable Solana swap quotes off OceanX's own router, and the exit checker that tells you whether a whole position can actually leave. - [Realtime Feed](https://docs.oceanx.trade/api/realtime.md): Stream live trade, balance and PnL updates for tracked wallets over WebSocket. - [Data Reference](https://docs.oceanx.trade/api/data-reference.md): Field-level reference for wallet and trade objects returned by the OceanX Developer API. - [API Changelog](https://docs.oceanx.trade/api/changelog.md): Release notes for the OceanX Developer API. - [List tracked wallets](https://docs.oceanx.trade/api-reference/tracker/list-tracked-wallets.md): Every wallet in your tracker. Requires the `tracker.read` scope. - [Track a wallet](https://docs.oceanx.trade/api-reference/tracker/track-a-wallet.md): Add a Solana wallet to your tracker. Idempotent — tracking an already-tracked wallet succeeds and updates its label. Requires `tracker.read`. - [Untrack a wallet](https://docs.oceanx.trade/api-reference/tracker/untrack-a-wallet.md): Remove a wallet from your tracker. Idempotent — untracking a wallet you were not tracking still returns 200. Requires `tracker.read`. - [Tracker snapshot](https://docs.oceanx.trade/api-reference/tracker/tracker-snapshot.md): Your whole tracker in one call: groups, wallets and status. Cheaper than listing wallets and groups separately. Requires `tracker.read`. - [Recent trades](https://docs.oceanx.trade/api-reference/tracker/recent-trades.md): Recent normalized trades across your tracked wallets, newest first. - [Realtime session](https://docs.oceanx.trade/api-reference/tracker/realtime-session.md): Mint a short-lived WebSocket URL for live trade, balance and PnL frames across your tracked wallets. - [Token OHLCV chart](https://docs.oceanx.trade/api-reference/market-data/token-ohlcv-chart.md): OHLCV bars for a token — the same series the OceanX charts draw, from the same sources. Solana mints are served from OceanX's own indexed trades (one volume-ranked pool per bucket); EVM tokens are served from vendor OHLCV with our indexed trades merged on top. - [Solana Lighthouse](https://docs.oceanx.trade/api-reference/market-data/solana-lighthouse.md): Latest VM-cached Solana market, DEX and launchpad activity frame. Includes 5m, 1h, 6h and 24h transactions, unique wallets, buy/sell volume, token creation and migrations with change percentages. The response is read-only and does not spend one SolanaTracker request per caller. - [Spot quote](https://docs.oceanx.trade/api-reference/spot/spot-quote.md): One normalized quote for one size, off OceanX's own router. Costs 1 against the 300/min quote budget. - [Exit check](https://docs.oceanx.trade/api-reference/spot/exit-check.md): Quotes several fractions of a position and reports the realized rate at each size. - [Quote stream](https://docs.oceanx.trade/api-reference/spot/quote-stream.md): Re-quotes one pair on an interval and streams each result as Server-Sent Events. Costs ONE PER TICK against the 300/min quote budget. - [Global callout feed](https://docs.oceanx.trade/api-reference/callouts/global-callout-feed.md): Live token callouts across the platform, newest first (or by attributed volume with `sort=top`). Requires `md.read`. - [Callouts for one token](https://docs.oceanx.trade/api-reference/callouts/callouts-for-one-token.md): Active callouts targeting one mint, highest attributed volume first (or newest with `sort=recent`). Requires `md.read`. - [Telegram Bot](https://docs.oceanx.trade/integrations/telegram-bot.md): Track any Solana wallet and receive real-time trade alerts in Telegram, tied to your OceanX account. - [Glossary](https://docs.oceanx.trade/misc/glossary.md): Definitions for common terms used across OceanX documentation. - [Security & Scam Prevention](https://docs.oceanx.trade/misc/security.md): Protect your OceanX account and avoid common scams. - [OceanX Token](https://docs.oceanx.trade/misc/token.md): Important information about the OceanX token. - [FAQ](https://docs.oceanx.trade/misc/faq.md): Frequently asked questions about OceanX. - [Changelog](https://docs.oceanx.trade/misc/changelog.md): Product updates and release notes for OceanX. ## OpenAPI Specs - [openapi](https://www.oceanx.trade/api/v1/openapi.json)