Bogged
  • Introduction
  • Get Started
    • Create a Wallet
    • Funding Your Crypto Wallet
    • Your First Trade
  • General FAQ
  • Roadmap & Releases
  • Token
    • FactSheet
    • BOG Tokenomics
      • Buy BOG
      • Staking
    • Earning & Staking
  • Product Overview
    • 🔃DEX Aggregator
      • Intro
      • Making a trade
      • Supported Chains
      • Supported DEXs
      • FAQ
    • 🌉DeFi Bridge
      • Intro
      • Bridging your tokens
      • The Future
    • 📉DeFi Stop-Losses
      • Introduction to DeFi stop-losses on Bogged
      • What is a stop-loss?
      • How to set a stop-loss on the Bogged platform
      • Stop-loss FAQs
    • 🎯Ultimate Sniper
      • Intro
      • Supported Chains & More
      • UI Overview & Basic Usage Guide
      • FAQ
    • 👀Limit Orders
      • Introduction to DeFi Limit Orders on Bogged
      • How to set a Limit Order
      • FAQs and Troubleshooting
    • 📈Charts
      • Intro
      • Portfolio
      • Supported Chains & DEXs
      • Changelog
  • Token Teams
    • 🚀Promotion
      • Trending & Most Viewed
      • Banner Ads
      • Promoted Token List
    • 💬Telegram Price Bot
      • Setup
        • Setup - Basic
        • Setup - Standalone Buy Bot
        • Setup - Waterfall Channel
      • Advanced Customisation
      • Command List
      • Known Conflicts & Troubleshooting
      • Roadmap
    • 🔁Bogged DEX Aggregator
      • For DEX's
      • For Token Teams
    • 📈BogCharts
      • BogCharts for Token Teams
      • BogCharts Honeypot Detection FAQ
    • ⚙️API
      • Importing into Excel
      • Importing into Google Sheets
  • Security
    • Overview
    • 🔎Audits
    • 🕷️Immunefi Bug Bounty
  • Developers
    • 📄Smart Contracts
      • BSC
      • Avalanche
      • Fantom
      • Cronos
      • Polygon
      • HECO
      • OEC
      • Kucoin Community Chain
      • Moonriver
      • Harmony
    • 🎲Randomness
  • Resources
    • Links
    • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. Token Teams
  2. API

Importing into Google Sheets

PreviousImporting into ExcelNextOverview

Last updated 3 years ago

Was this helpful?

· Test out the query at https://api.bogged.finance and when you are happy, copy the Request URL. It will look something like this:

https://api.bogged.finance/v1/top_exchanges?chain=bsc&api_key=<your api key>

· Create a new Google Sheet

· Select Extensions --> Apps Script

· Delete the existing content of the script

· Copy the code from into the script editor

· File --> Save

· In cell A1, type the following and press enter:

=ImportJSON("<your request url>", "/data", "noInherit")

· You should see the query data returned as rows:

⚙️
this script on Github