Phemex Crypto Tickers Scraper avatar

Phemex Crypto Tickers Scraper

Pricing

from $24.00 / 1,000 results

Go to Apify Store
Phemex Crypto Tickers Scraper

Phemex Crypto Tickers Scraper

Scrape live spot and perpetual tickers from Phemex public API. Returns last price, 24h open/high/low/volume/turnover, price change percent for every product type. No API key required.

Pricing

from $24.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

ParseForge Banner

📈 Phemex Crypto Tickers Scraper

🚀 Export every Phemex spot and perpetual ticker in seconds. Pull 700+ symbols across spot, USDT-margined linear perps, and USD-margined inverse perps with last price, 24h open/high/low, volume, turnover, funding rate, open interest, and computed price-change percent. No API key, no signing, no manual scale conversions.

🕒 Last updated: 2026-05-13 · 📊 27 fields per ticker · 🏛️ 700+ products · 🪙 Spot + Linear Perps + Inverse Perps

The Phemex Crypto Tickers Scraper queries Phemex's public market-data endpoints (/exchange/public/cfg/v2/products for the product catalog, /md/v3/spot/ticker/24hr/all, /md/v3/ticker/24hr/all, and /md/ticker/24hr/all for the three ticker streams). It joins the catalog with the right ticker for each product, applies Phemex's per-product price/value scaling, and emits one clean record per symbol with last price, 24h open/high/low, bid/ask, index/mark, volume, turnover, open interest, funding rate, predicted funding rate, computed 24h price change, percent change, absolute spread, and basis-point spread.

Three product types are filterable: Spot (e.g. sBTCUSDT), Perpetual (USD-margined inverse perps like cBTCUSD), and PerpetualV2 (USDT-margined linear perps like BTCUSDT). A pilot listings type is also available. Quote-currency filter covers USDT, USD, USDC, BTC, ETH, TRY. Sort by USD turnover (default), 24h volume, percent change, last price, or symbol A to Z before applying maxItems. Download CSV, Excel, JSON, or XML.

🎯 Target Audience💡 Primary Use Cases
Crypto traders, perpetuals desks, derivatives researchers, market makers, fintech apps, treasury teams, quant analystsSpot/perps tickers, funding-rate scans, open-interest dashboards, 24h leaderboards, exchange-comparison feeds, basis tracking

📋 What the Phemex Crypto Tickers Scraper does

Five filters in one run:

  • 🪙 Product type filter. Spot, PerpetualV2 (USDT linear), Perpetual (USD inverse), or PerpetualPilot listings.
  • 💵 Quote currency filter. USDT, USD, USDC, BTC, ETH, TRY.
  • 🚦 Status filter. Listed, Delisted, or Suspended.
  • 🔽 Sort. Turnover USD (default), 24h volume, 24h percent change, last price, or symbol.
  • ✂️ Slice. maxItems applied after sort.

Each ticker record carries the symbol, display symbol, Phemex URL (spot or perp trade page), product type, status, base/quote/settle currencies, last price, 24h open/high/low, bid/ask (when available), index price and mark price (for perps), volume, turnover, open interest (perps), funding rate and predicted funding rate (perps), computed price-change-percent, absolute and basis-point spread, tick size, contract size, and the exchange timestamp.

💡 Why it matters: Phemex's three ticker streams use different scaling (price scale, value scale, ratio scale). Manually joining the product catalog with the right stream and converting scaled integers to decimals is fiddly. This Actor does all of that and ships ready-to-trade records.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing how to pull the top 100 USDT-margined perps by turnover and pipe results into a dashboard.


⚙️ Input

InputTypeDefaultBehavior
productTypestring (enum)""Spot, Perpetual (inverse), PerpetualV2 (USDT linear), or PerpetualPilot. Empty = all.
quoteCurrencystring (enum)""USDT, USD, USDC, BTC, ETH, TRY. Empty = all.
statusFilterstring (enum)"Listed"Listed, Delisted, or Suspended. Empty = all.
maxItemsinteger10Records to return. Free plan caps at 10, paid plan at 1,000,000.
sortBystring (enum)"turnoverUsd"Sort before slicing. Options: turnoverUsd, volume24h, priceChangePercent24h, lastPrice, symbol.

Example: top 50 USDT-margined linear perps by 24h turnover.

{
"productType": "PerpetualV2",
"quoteCurrency": "USDT",
"statusFilter": "Listed",
"maxItems": 50,
"sortBy": "turnoverUsd"
}

Example: every spot pair, A to Z.

{
"productType": "Spot",
"statusFilter": "Listed",
"maxItems": 1000,
"sortBy": "symbol"
}

⚠️ Good to Know: the inverse perpetuals stream returns scaled integers and the spot stream uses Phemex's Ep/Ev (priceScale/valueScale) convention. The Actor applies the right scaling per product. You get plain decimals out.


📊 Output

Each ticker record contains up to 27 fields. Download as CSV, Excel, JSON, or XML.

🧾 Schema

FieldTypeExample
🆔 symbolstring"cXRPUSD"
🏷️ displaySymbolstring | null"XRP / USD"
🔗 urlstring"https://phemex.com/trade/cXRPUSD"
🪙 typestring"Perpetual"
🚦 statusstring"Listed"
🪙 basestring | null"XRP"
💵 quotestring | null"USD"
🏦 settleCurrencystring (optional)"XRP"
💲 lastPricenumber | null1.4175
open24hnumber | null1.4421
🔺 high24hnumber | null1.4683
🔻 low24hnumber | null1.408
📊 bidnumber (optional)1.4170
📊 asknumber (optional)1.4180
📐 indexPricenumber | null1.4181
📐 markPricenumber (optional)1.4176
📊 volume24hnumber | null18207582
💱 turnover24hnumber | null126611913027.713
🪙 openInterestnumber (optional)17481941
💸 fundingRatenumber (optional)0.0001
💸 predFundingRatenumber (optional)0.0001
📈 priceChange24hnumber | null-0.0246
📈 priceChangePercent24hnumber | null-1.7058
📏 spreadAbsnumber (optional)0.0010
📏 spreadBpsnumber (optional)7.06
🔢 tickSizenumber (optional)0.0001
📦 contractSizenumber (optional)1
🕒 timestampISO 8601 (optional)"2026-05-13T22:20:43.372Z"
🕒 scrapedAtISO 8601"2026-05-13T22:20:44.409Z"

📦 Sample records


✨ Why choose this Actor

Capability
🏛️Three markets, one Actor. Spot, USDT-margined linear perps, and USD-margined inverse perps.
🔢Scaled integers decoded. Phemex's price/value/ratio scaling handled per-product, so you get clean decimals.
💸Funding + open interest. Live funding rate and open interest for every perp record.
📏Computed spread. Absolute and basis-point spread per symbol.
🔽Server-side sort. Turnover USD, 24h volume, percent change, last price, or symbol.
Fast. 700+ symbols joined and decoded in seconds.
🚫No API key. Works against the public Phemex market-data endpoints.

📊 Funding rate, open interest, and basis-point spread are the leading signals for crypto derivatives desks. Clean per-symbol records are the foundation of every perps dashboard, basis-trade scanner, and risk model.


📈 How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
⭐ Phemex Tickers Scraper (this Actor)$5 free credit, then pay-per-use700+ symbols, 3 marketsLive per runtype, quote, status, sort⚡ 2 min
Phemex web appFreeSameLiveManual click-through🐢 Browser only
Phemex public API directFreeSameLiveNone - you write scaling code🛠️ Hours
Aggregator APIsFree or paidCross-exchangeOften delayedVaries⏳ Multi-step

Pick this Actor when you want clean, normalized tickers across spot, linear perps, and inverse perps with one click.


🚀 How to use

  1. 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Phemex Crypto Tickers Scraper on the Apify Store.
  3. 🎯 Set input. Pick a product type and quote currency, set maxItems, and choose a sort key.
  4. 🚀 Run it. Click Start.
  5. 📥 Download. Grab CSV, Excel, JSON, or XML from the Dataset tab.

⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


💼 Business use cases

💼 Trading & Quant

  • 24h turnover leaderboards on linear perps
  • Funding-rate scans for basis arbitrage
  • Open-interest dashboards across symbols
  • Spread-aware execution decisions

🏦 Treasury & Risk

  • Mark-to-market pricing for derivative books
  • Liquidity tiering by 24h turnover
  • Monitor predicted funding for next epoch
  • Verify product status before placing orders

📊 Market Data & Aggregators

  • Daily product-catalog snapshots
  • Cross-exchange perpetual comparison feeds
  • Detect listings and delistings as they happen
  • Power a multi-venue index basket

🚨 Apps, Alerts & Dashboards

  • Slack/Discord bots on funding rate flips
  • "Top movers" widgets per market type
  • Onboarding flows with live bid/ask quotes
  • Portfolio dashboards with index + mark

🔌 Automating Phemex Tickers Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

  • 🟢 Node.js. Install the apify-client NPM package.
  • 🐍 Python. Use the apify-client PyPI package.
  • 📚 See the Apify API documentation for full details.

The Apify Schedules feature lets you trigger this Actor on any cron interval. Minute-level for live trading dashboards, hourly for analytics, daily for catalog snapshots.


🌟 Beyond business use cases

Derivatives data powers more than trading desks. The same records support research, education, and personal projects.

🎓 Research and academia

  • Empirical studies on funding rates and basis
  • Cross-exchange perpetual liquidity analysis
  • Reproducible event studies on listings
  • Coursework on derivatives microstructure

🎨 Personal and creative

  • Side projects, indie trading apps
  • Watchlists for personal perp positions
  • Hackathon prototypes with live data
  • Content for crypto analysts and YouTubers

🤝 Community and education

  • Transparency dashboards for community-watched perps
  • Open scoreboards for funding-rate hawks
  • Tutorial materials for derivatives traders
  • Public watchlists for trading communities

🧪 Experimentation

  • Train ML models on funding/open-interest signals
  • Backtest basis and carry strategies
  • Prototype perps risk models
  • Stress-test indexers against live data

🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:


❓ Frequently Asked Questions

🧩 How does it work?

The Actor pulls Phemex's product catalog plus three ticker streams (spot, USDT-linear perps, USD-inverse perps), joins each product to the right ticker, decodes Phemex's scaled-integer convention, and emits one record per symbol.

🏛️ Which markets are covered?

Spot (e.g. sBTCUSDT), Perpetual (USD-margined inverse perps, e.g. cBTCUSD), PerpetualV2 (USDT-margined linear perps, e.g. BTCUSDT), and PerpetualPilot listings.

🔢 Why do raw Phemex tickers look like huge integers?

Phemex serializes prices/values as integers scaled by powers of 10 (priceScale, valueScale, ratioScale). This Actor applies the per-product scaling to give you clean decimals.

💸 Are funding rates in percent or decimal?

Decimal. fundingRate: 0.0001 means 0.01%. fundingRate: -6.725e-05 means -0.006725%.

🚫 Do I need an API key?

No. The Actor uses Phemex's public market-data endpoints.

⏰ Can I schedule regular runs?

Yes. Use Apify Schedules to run the Actor on any cron interval. Minute-by-minute for funding-rate trackers, hourly for analytics, daily for snapshots.

🔁 How fresh is the data?

Every run hits live endpoints. There is no caching.

📏 What's spreadBps?

The bid-ask spread in basis points: (ask - bid) / lastPrice * 10000. Useful for execution cost modeling.

🔁 What happens if a run fails?

Apify retries transient errors automatically. If a run still fails, inspect the log, adjust input, and re-run. Partial datasets are preserved.

💳 Do I need a paid Apify plan?

No. Free plan covers testing (10 records per run). Paid plans unlock up to 1,000,000 items and scheduling.

🆘 What if I need help?

Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.


🔌 Integrate with any app

Phemex Tickers Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Pipe funding-rate alerts into channels
  • Airbyte - Land ticker data in your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets to Sheets

You can also use webhooks to trigger downstream actions when a run finishes.


💡 Pro Tip: browse the complete ParseForge collection for more crypto exchange and derivatives scrapers.


🆘 Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.


⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Phemex. All trademarks mentioned are the property of their respective owners. Only publicly available product and ticker data exposed by Phemex's public market-data endpoints is collected. This Actor is for informational use only and does not constitute financial advice.