VOOZH about

URL: https://apify.com/parseforge/gmx-v2-markets-scraper/api/python

โ‡ฑ GMX V2 Markets Scraper API in Python ยท Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

GMX V2 Markets Scraper

Pull GMX V2 perpetual market data on Arbitrum or Avalanche. Each record returns market token, index token, long token, short token, open interest long and short, funding rate, borrow rate, available liquidity, oracle price, and chain. Useful for perps analytics and DeFi research.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

You might also like

GMX Arbitrum Token Prices Scraper

parseforge/gmx-arbitrum-prices-scraper

Read live token prices from the GMX Arbitrum oracle endpoint with an optional token address filter. Returns the token contract address, raw price in wei, and normalized USD price scaled by 1e30. Useful for onchain pricing checks, GMX trading bots, and Arbitrum dashboards.

Blockscout Multichain Tokens Scraper

parseforge/blockscout-multichain-tokens-scraper

Pull token listings from Blockscout explorers across multiple EVM chains. Each record returns address, name, symbol, decimals, total supply, token type, exchange rate, circulating market cap, icon URL, and chain. Filter by chain, token type, or search query for token research.

GMX Arbitrum Stats Scraper

parseforge/gmx-arbitrum-stats-scraper

Pull GMX perp stats on Arbitrum with token, price, timestamp, change_24h, volume, open_interest_long, and open_interest_short. Filter by tokens like BTC, ETH, or ARB to scope the response. Useful for tracking GLP exposure, perp positioning, and DeFi derivatives research workloads.

Arbitrum Bridge Token List Scraper

parseforge/arbitrum-bridge-tokens-scraper

Read the official Arbitrum bridge token list for chain 42161 with filters for symbol, name substring, and exact address. Returns chain id, token contract address, name, symbol, decimals, and logo URI. Useful for Arbitrum bridging tools, wallet listings, and DeFi research.

DexScreener Scraper โ€” DEX Pairs, Prices & Token Data

bovi/dexscreener-scraper

Scrape Dexscreener DEX market data โ€” token pairs, USD/native price, liquidity, 24h volume, FDV, market cap across all chains. Search, pair, token and trending-profile modes. Public API, no key. Each record has parse_confidence.

๐Ÿ‘ User avatar

Vitalii Bondarev

2

Birdeye Trending Token Scraper

parseforge/birdeye-token-trending-scraper

Surface trending tokens on Solana, Ethereum, Arbitrum, Base, BSC, and more from Birdeye. Each token carries address, symbol, name, price, volume_24h, liquidity, market_cap, and chain. Sort by 24h volume, liquidity, market cap, or change. Great for memecoin discovery and DeFi research.

DexScreener Scraper

muhammetakkurtt/dexscreener-scraper

DexScreener Token Scraper collects real-time cryptocurrency data from DexScreener. It extracts token prices, liquidity, volumes and transactions across multiple blockchains (Solana, Ethereum, BSC). Supports custom sorting, time frames and delivers comprehensive token analytics for market analysis.

๐Ÿ‘ User avatar

Muhammet Akkurt

618

5.0

You can access the GMX V2 Markets Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"maxItems":10}
9
10# Run the Actor and wait for it to finish
11run = client.actor("parseforge/gmx-v2-markets-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

GMX V2 Markets Scraper API in Python

The Apify API client for Python is the official library that allows you to use GMX V2 Markets Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

GMX V2 Markets Scraper API in JavaScript

GMX V2 Markets Scraper API through CLI

GMX V2 Markets Scraper OpenAPI definition

GMX V2 Markets Scraper API