Compendium Trading Tools Documentation
CompendiumPENDAXCompendexOfficial Links
  • ⭐Platform Overview
  • ⚫PENDAX
    • 🌐What is PENDAX?
    • 🖱️PENDAX Capabilities
    • 💾Installing PENDAX modules
    • 💡Using PENDAX SDK
      • 💻Common Functions
      • 💻OKX Functions
        • Trading & Orders
        • Funding
        • Convert
        • Account & Subaccount
        • Grid Trading
        • Market Data
        • Public Data
        • Trading Data
      • 💻Bitget Functions
        • Public (Spot)
        • Market (Spot)
        • Wallet (Spot)
        • Account (Spot)
        • Trade (Spot)
        • Market (Futures)
        • Account (Futures)
        • Trade (Futures)
        • CopyTrade (Futures)
        • Sub Account Interface (Broker)
        • Sub API Interface (Broker)
      • 💻ByBit Functions
        • Market
        • Trading
        • Position
        • Account
        • Asset
        • User
        • Spot Leverage Token
        • Spot Margin Trade (UTA)
        • Spot Margin Trade (Normal)
        • Institutional Lending
      • 💻Mexc Functions
        • Market
        • Sub-Account
        • Spot Account/Trade
        • Wallet
        • ETF
        • Rebate
        • Futures Market
        • Futures Account and Trading
      • 💻Phemex Functions
        • Contract
        • Hedged Contract
        • Spot
        • Margin Trading
        • Transfer
        • Convert
        • Deposit And Withdraw
      • 💻BloFin Functions
        • Websocket
        • Account
        • Affiliate
        • Public Data
        • Trading
        • User
      • 💻BingX Functions
        • Fund Account
        • Wallet Deposits and Withdrawals
        • Sub-Account Managenent
        • Market Data (USDT-M)
        • Account (USDT-M)
        • Trades (USDT-M)
        • Market Data (Coin-M)
        • Trades (Coin-M)
        • Market Data (Spot)
        • Fund Account (Spot)
        • Trades (Spot)
        • CopyTrader
      • ⚠️FTX Functions
    • 📜License Agreement
  • 🟣Compendium App
    • 📈Compendium Trading Tools
    • 🔗Connect An Exchange Account
      • 🗝️OKX.com API Keys
    • 🤖Verified Trading Bots
      • Explore The Marketplace
      • For Algo & Strategy Authors
        • Get Listed & Verified
        • Strategy Monetization
        • Sending Trading Signals
        • Simplified Signal Program
      • For Users & Subscribers
        • Subscribing To Bots
        • Managing A Subscription
    • 💫Copy Trading Groups
      • For Copy Group Leaders
        • Creating A Copy Group
        • Linking Leader Account
        • Important Trading Notes
        • Manage A Copy Group
        • Discord Webhooks Setup
      • For Users & Subscribers
        • Subscribe To Copy Group
        • Link Account To Group
    • 📶Signal Provider Groups
      • For Group Leaders
        • Creating A Signal Group
        • Managing A Signal Group
        • Sending Trading Signals
      • For Users & Subscribers
        • Subscribing To Signal Groups
        • Manage Signal Group Subscription
  • 🔵Compendex Suite
    • 🔮DeFi With Compendex
    • ☀️Solana Integrations
      • Supported Solana Wallets
      • Overview And News
      • Openbook Spot Markets
      • Smart Swap Aggregator
      • NFT Metaverse Markets
      • Solana DeFi Analytics Portal
      • Community Tools List
  • 🪙The CMFI Token Ecosystem
    • 📊Tokenomics Breakdown
    • 🍎Trade Incentive Program
    • 🌊Staking And Liquidity Pools
      • ✨Raydium Liquidity Pools
      • 🐳Orca Liquidity Whirlpools
      • 🐋Orca Liquidity Pools
    • 🐷Compendi-Pigs NFT
  • 👥Community Info
    • ✅Links And Social Pages
    • 🎨Branding Guidelines
Powered by GitBook
On this page
  • Public API Capabilities
  • Private API Capabilities
  • Example Use Cases
  • Example Code Repositories
  1. PENDAX

PENDAX Capabilities

A complete usage guide for PENDAX integrations with both public and private commands.

PreviousWhat is PENDAX?NextInstalling PENDAX modules

Last updated 1 year ago

PENDAX consists of both public and private integrations. A public integration can be accessed immediately after integration and provides unrestricted access to data for all supported exchange markets and integrations without an API key. Private integrations feature the ability to interact with an account or post trades and require authorization methods in order to complete command tasks. Users will need to create an API key on their selected exchange. Documentation within the segment can help you find how to create keys for each integrated exchange.

Public API Capabilities

Public APIs provide immediate and unrestricted access to the following commands without the need for authorization.

  • Fetch all market pairs from each integrated platform and exchange

  • Fetch tickers and trading parameters for all market pairs

  • Live and historical price feeds and exchange rates for each market pair

  • Live order book data for each market pair

  • Fetch trade history for all market pairs

  • Live and historical charting capabilities utilizing trading data

  • Other supported public endpoints for individual exchanges outside of this list

Capabilities may vary depending on the specific exchange integrations and their public access data feeds. Each exchange also has its own rate limiting guidelines that each user will be required to follow.

Private API Capabilities

Authorized commands provide the ability to interact with trade orders, account data, and more. As mentioned before you will need to generate an API key from the selected exchange and then insert the authorization parameters into PENDAX to access these commands.

  • Fetch and manage personal account information

  • Create and edit subaccounts associated with the main account on supported exchanges

  • Query account and subaccount balances

  • Ability to deposit and withdraw from accounts and subaccounts

  • Query current orders and historical personal orders

  • Fetch personal ledger history for accounts and subaccounts

  • Transfer funds between exchanges, accounts, and subaccounts

  • Trade with all supported order types on supported exchanges

  • Trade on all supported markets on supported exchanges

  • Open and manage WebSockets on supported exchanges

Capabilities may vary depending on the specific exchange integrations and their documented capabilities for authorized API calls. Each exchange also has its own rate limiting guidelines that each user will be required to follow.

Example Use Cases

Below are just a few sample use cases of products that can be built on top of PENDAX.

  • Aggregated order books and optimal trade routing

  • Fully customized private trading bot strategy

  • Dollar-Cost Averaging strategies

  • Cryptocurrency arbitrage strategies

  • Grid-Trading Strategies

  • Market Making for Cryptocurrency exchange markets

  • Customized graphical interfaces for trading

  • New market or statistics notifications

  • Discord, Telegram, & Slack bots (or any other platform!)

  • Custom hardware macro development (Streamdeck, etc)

  • Compiling custom market charts

  • Portfolio management, Trade journals, and PnL% tracking

  • Data visualization and analytics interface

  • Custom low-latency command-line interfaces (CLI)

  • Advanced trading strategy indicators

  • Tax Reporting Software

Example Code Repositories

⚫
🖱️
Connect An Exchange Account
PENDAX-SDK/Examples/OKX-WebSocket-Template at main · CompendiumFi/PENDAX-SDKGitHub
Example Code For Full WebSocket Connector For OKX.COM
Logo