DataHub Docs
DataHubLearnCommunity
  • 👋Welcome to Figment Docs
  • 🚩Introduction
    • 🚀Why Build on Web 3?
    • 💻What is DataHub?
  • 📖DataHub Guides
    • 📍DataHub Products
      • Transaction Search API
      • Staking API
    • 🏭DataHub Infrastructure
    • 🏁Get Started With DataHub
    • 🚨Quotas & Rate Limits
    • 💡Dashboard how-tos
      • Configuring CORS whitelist
  • 📚Network Documentation
    • 🔭Network Guide
    • 🅰️Arbitrum
      • 🎮RPC & REST API
    • 🏔️Avalanche
      • 🎮RPC & REST API
        • Avalanche Indexer API
    • 💠Binance Smart Chain
      • 🎮RPC & REST API
    • 💰Celo
      • 💼CELO Wallet
      • 🎮RPC & REST API
    • ➰Centrifuge
      • 🎮RPC & REST API
    • 🌌Cosmos
      • 🎮RPC & REST API
      • 🎊Enriched APIs
        • Transaction Search
        • Rewards API
    • 💎Ethereum
      • 🎮RPC & REST API
    • 🧊Fantom
      • 🎮RPC & REST API
    • 🐦Kusama
      • 🎮RPC & REST API
    • 📱Mina
      • 🎮RPC & REST API
        • Indexer API Documentation
        • Query Mina GraphQL API
    • 🌈NEAR
      • 🎮RPC & REST API
      • 🎊Enriched APIs
        • Indexer API
      • 💼NEAR Wallet
    • 🏝️Oasis
      • 🎮RPC & REST API
        • Oasis REST API
    • 🧪Osmosis
      • 🎮RPC & REST API
    • 🍡Polkadot
      • 🎮RPC & REST API
      • 🎊Enriched APIs
        • Indexer API
        • Transaction Search
    • ⛽Polygon (Matic)
      • 🎮RPC & REST API
    • 🔋Solana
      • 🎮RPC & REST API
    • 📚Extra Guides
      • Blockchain Fundamentals
      • Docker Setup for Windows
      • Troubleshooting CORS Errors on DataHub
      • 5XX Retry Logic Best Practices
        • 5XX Retry Logic Best Practices - NodeJS
        • 5XX Retry Logic Best Practices - Python
        • 5XX Retry Logic Best Practices - Ruby
        • 5XX Retry Logic Best Practices - Go
      • Setting up a fresh JavaScript Project with dotenv
      • Getting started with dotenv and .env files
      • Rust Learning Resources
      • Setup Solana BPF Toolchain on Windows
      • Figment Learn Pathway Troubleshooting
  • 🤔Other
    • 🧾Glossary
    • 🗳️Support
  • 🔗Terms & Conditions
    • Terms of Use
    • Terms & Conditions DataHub
    • Privacy Policy
    • Contributor Terms
Powered by GitBook
On this page
  • 1. Creating an Account
  • 2. User Dashboard
  • 3. Accessing a Network

Was this helpful?

  1. DataHub Guides

Get Started With DataHub

Quickstart user guide for DataHub

PreviousDataHub InfrastructureNextQuotas & Rate Limits

Last updated 3 years ago

Was this helpful?

1. Creating an Account

Step 1: Users are able to sign up on . When completed, you will receive an invite link such as to verify your email address.

Step 2: Click on this link and you will be redirected to the DataHub dashboard.

2. User Dashboard

Step 1: Once you have logged in to DataHub, you will need to create a new and select the protocol.

Step 2: Now, type in the name of your App, select the environment - Production or Staging to differentiate between your apps’ state and select the protocol.

Step 3: After creating the app, you will get access to the API key under the “App Overview”, where you can view, copy, create and delete your API keys.

Step 5: You can click on the “See Docs” button to get more info regarding the integration.

Step 8: To manage the payment method, protocols, check invoices and delete apps, etc. click on “SETTINGS” on the dashboard.

3. Accessing a Network

In this example, we’ll access the Solana Devnet -

Step 1: When clicking on the “See Docs” button, you will be provided with the URL for this service.

Step 2: Depending on your setup, there are two ways to use your API key. You can specify your API key with the Authorization header. Here is an example curl:

curl https://solana--devnet.datahub.figment.io/health -H "Authorization: YOUR_API_KEY"

Or you can specify your API key as a prefix to the path like, /apikey/YOUR_API_KEY/the_path. If choosing this option, the full path for curl would look like this:

curl https://solana--devnet.datahub.figment.io/apikey/YOUR_API_KEY/health

Step 4: Clicking on the “Protocols”, you will be able to see all the services that you are currently subscribed to, and on the same page you can . For ref. in the screenshot below, you can see Solana Mainnet and Devnet RPC.

Step 6: You can click on the “ANALYTICS” button on the dashboard to get access to your request logs. Read more about the DataHub analytics

Step 7: To invite your team members and collaborate with them on the project, click on the “TEAM” button on the dashboard. Read more about App team roles and permissions

to start building in minutes and discover the superpowers Datahub can offer you!

📖
🏁
manage your protocol plan
HERE
HERE
Sign up now
DataHub
https://datahub.figment.io/users/confirm?token=$NumbersAndLetters
app