You can find and manage your API keys in the WalletKit Dashboard.Once you have the API key from the WalletKit dashboard, authenticate your requests like so:
Copy
Ask AI
const wk = new WalletKitClient({ projectId: "<Your Project ID>", token: "<Your API Key>":,});