GMX Tools

Live GM & GLV token prices from GMX V2, updated every 5 minutes

Loading prices...

Google Sheets

No scripts, no permissions, no setup — just one formula.

1
Open Google Sheets
2
Click on any empty cell
3
Paste the formula below
4
Press Enter — done!

All prices (Arbitrum + Avalanche)

=IMPORTDATA("https://gmx-tools.github.io/v1/prices.csv")

Arbitrum only

=IMPORTDATA("https://gmx-tools.github.io/v1/arbitrum/prices.csv")

Avalanche only

=IMPORTDATA("https://gmx-tools.github.io/v1/avalanche/prices.csv")

Single token price

Replace ETH with any token symbol (BTC, SOL, LINK...):

=INDEX(QUERY(IMPORTDATA("https://gmx-tools.github.io/v1/arbitrum/prices.csv"), "SELECT Col4 WHERE Col2 STARTS WITH 'ETH/' LIMIT 1"))

Download Data