Links

Alchemy

Finding your credentials in Alchemy

To get your Alchemy API Token:
  1. 1.
    Navigate to https://dashboard.alchemy.com/ and Login
  2. 2.
    From the main menu on top: Notify
  3. 3.
    "Auth Token"
  4. 4.
    Copy the value under "Auth Token"
To get your Alchemy App ID:
Required for mined and dropped webhooks.
  1. 1.
    From the main menu on top: Apps > Select your desired App
  2. 2.
    In the URL bar, you will find the app id. eg. dashboard.alchemy.com/apps/{your-app-id}
To get your Alchemy Network:
Only used if ALCHEMY_APP_ID is not present. Otherwise the network of the webhook uses the network of the app id.
Options:
  • ETH_MAINNET
  • ETH_GOERLI
  • ETH_ROPSTEN
  • ETH_RINKEBY
  • ETH_KOVAN
  • MATIC_MAINNET
  • MATIC_MUMBAI
  • ARB_MAINNET
  • ARB_RINKEBY
  • OPT_MAINNET
  • OPT_KOVAN
To get your Alchemy Address:
A comma seperated list of address you want to track. Required for the address activity webhook.
eg. address_1, address_2
To get your Token IDs:
A comma seperated list of pairs to track NFT activity: contract_address and token_id.
*Required for the NFT Activity Webhook.
eg. contract_address_1, token_id_1, contract_address_2, token_id_2

Need Help?

If you need any help with your Connections, simply jump into our Discord server and message our #support channel with your question.
Last modified 11mo ago