Authereum
  • Introduction
  • Getting started
  • Live demos
  • Dapps using Authereum
  • Install
  • Integration
  • Web3 provider
  • Ethers Signer
  • StarkWare Provider
  • SDK
  • API Keys
  • Batched transactions
  • Verifying signatures
  • Testing
  • Browser compatibility
  • Contributing
  • Bug reports
  • FAQ
  • Dictionary
  • On the Web
  • Telegram Admins
  • Assets
Powered by GitBook
On this page

Was this helpful?

API Keys

Generating and using API Keys

PreviousSDKNextBatched transactions

Last updated 4 years ago

Was this helpful?

⚠️ API keys are currently not being enforced but will be enforced in the near future!

Go to to get your api key to avoid being rate limited.

Include the API key in the configuration object when initializaing the Authereum SDK:

import Authereum from 'authereum

const authereum = new Authereum({
  networkName: 'mainnet',
  apiKey: 'y7edbh5uw4eTpLg8JAk7tHdzfMOT6wlB'
})

await authereum.login()
authereum.com/dashboard