Loading prices...
Live GM & GLV token prices from GMX V2, updated every 5 minutes
No scripts, no permissions, no setup — just one formula.
=IMPORTDATA("https://gmx-tools.github.io/v1/prices.csv")
=IMPORTDATA("https://gmx-tools.github.io/v1/arbitrum/prices.csv")
=IMPORTDATA("https://gmx-tools.github.io/v1/avalanche/prices.csv")
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"))