Available REST API endpoints for Apexiswap. Click to copy the full URL with example parameters.
Apexiswap provides REST APIs with real-time data from our database. Use these endpoints for:
Base URL: https://www.apexiswap.com
🤖 Primary endpoint for trading bots. Returns complete data: pair info (id, tokens, reserves), pairHourData (25h historical data with reserves/prices), liquidity metrics (TVL, volume, prices), and recent swaps. Query by pair or token address.
/api/apexispairPair contract address (use pair OR token)default: 0xd6b49c447eb87f3e73b5e38c35babc73cceae8b1tokenToken contract address (use pair OR token)default: 0xC856c3627BA9461087C4E89a058f737d5c0a545DfirstNumber of recent swaps to return (default: 10)default: 10Get swap transactions. Filters are applied in order of precedence: wallet first, then token, otherwise the most recent swaps. With no filter at all it returns recent swaps across every pair.
/api/transactionspairPair contract address. Narrows a wallet query, or selects the pair when used alonedefault: 0xd6b49c447eb87f3e73b5e38c35babc73cceae8b1walletWallet address — takes precedence over tokentokenToken address: returns swaps from every pair containing it, across all DEXeslimitNumber of transactions to returndefault: 50Get liquidity data for a pair
/api/liquiditypairrequiredPair contract addressdefault: 0xd6b49c447eb87f3e73b5e38c35babc73cceae8b1Get OHLCV candle data for trading chart
/api/chartpairrequiredPair contract addressdefault: 0xd6b49c447eb87f3e73b5e38c35babc73cceae8b1intervalCandle interval: 1m, 5m, 15m, 1h, 4h, 1d, 1w, 1mo, 6mo, 1y (invalid values fall back to 5m)default: 5mlimitMaximum number of candles to returndefault: 200Get user profile data
/api/profilewalletrequiredWallet addressGet user trading statistics
/api/profile/statswalletrequiredWallet address