Gnosisscan
HomeTwitterKnowledge Base
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth Proxy
    • Tokens
    • Stats
  • 📖Tutorials
    • Signing Raw Transactions
    • Read/Write Smart Contracts
    • Verifying Contracts Programmatically
  • 🏆API PRO
    • API PRO
    • Using API PRO
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Getting Help
  • Visit Gnosisscan.io
Powered by GitBook
On this page
  1. API PRO

Using API PRO

PreviousAPI PRONextFAQ

Last updated 6 months ago

Gnosis is a supported chain under .

Therefore, all endpoints must use Etherscan's base URL and API key, and pass in chain ID `100` under the query parameter.

So instead of

https://api.gnosisscan.io/api?action=balance&apikey=YourGnosisscanKey

Use

https://api.etherscan.io/v2/api?chainid=100&action=balance&apikey=YourEtherscanKey

🏆
Etherscan API PRO