j7tracker

How to get an API key

Copy encrypted Solana and EVM API keys from J7Tracker for POST /submit.

1. Open Deploy Settings

Open Deploy Settings after logging in to your J7Tracker account.

Step 1 — Deploy Settings

2. Select the Wallets page

Open the Wallets page from Deploy Settings.

Step 2 — Wallets page

3. Click the key icon on that wallet

Click the key icon on the wallet you want the API key for. Each wallet has its own API key — treat it like the signing key for that wallet. It is not one key for your whole account and not shared across all your wallets.

Step 3 — Key icon on wallet

When you call POST /submit, use the encrypted string from the wallet that matches the chain you are deploying on:

  • Solana wallet key — for pump, bonk, bags, usd1, and other Solana modes in api_key (and the same format in bundle_wallets / sniper_wallets if you use those).
  • EVM wallet key — for bnb, nadfun, and clanker in api_key only.

Do not paste raw private keys into the API. Only the encrypted strings the app shows for that wallet.

On this page