Introduction | GeckoTerminal API Docs
  • 🦎Introduction
  • 🚀Getting Started
  • 🔑Authentication
  • ❓FAQ
  • 🗓️Changelogs
  • 🛠️Clients/Libraries (Unofficial)
  • Embedded Charts
  • GeckoTerminal
  • GeckoTerminal API Docs
  • CoinGecko API (On-chain Data)
Powered by GitBook
On this page

Getting Started

It is really easy!

PreviousIntroductionNextAuthentication

Last updated 10 months ago

1. Making an API request

  • Root URL for GeckoTerminal API:

  • You can find all the available API endpoints at

  • Make an API call using curl or any HTTP libraries

  • Try it by pasting the code below into your terminal

curl -X 'GET' \
  'https://api.geckoterminal.com/api/v2/networks?page=1' \
  -H 'accept: application/json'

🚀
https://api.geckoterminal.com/api/v2
https://www.geckoterminal.com/dex-api