VOOZH about

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

⇱ GMX V2 Markets Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "maxItems": 10
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/parseforge~gmx-v2-markets-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

GMX V2 Markets Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the GMX V2 Markets Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/parseforge~gmx-v2-markets-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/parseforge~gmx-v2-markets-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/parseforge~gmx-v2-markets-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the GMX V2 Markets Scraper API programmatically via the Apify API.

You can choose from:

GMX V2 Markets Scraper API in Python

GMX V2 Markets Scraper API in JavaScript

GMX V2 Markets Scraper API through CLI

GMX V2 Markets Scraper OpenAPI definition

You can start GMX V2 Markets Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The GMX V2 Markets Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the GMX V2 Markets Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.