Authentication
API Key
Integrate with WalletKit API from server-side applications using your API key
Using API Keys is ideal when you have an existing authentication system in place for your users.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Integrate with WalletKit API from server-side applications using your API key
const wk = new WalletKitClient({
projectId: "<Your Project ID>",
token: "<Your API Key>":,
});
curl --request GET \
--url https://testnet.walletkit.com/wallets \
--header 'X-WalletKit-Project-ID: <Project ID>' \
--header 'Authorization: Bearer <Your API Key>'