Getting Started with LedgerBeam

Start using LedgerBeam’s transaction enrichment API in minutes. Create an account, get your API key, and begin enriching transactions immediately.

Sign Up for Free

Create your account on our dashboard to access all features. New accounts automatically receive 10,000 free credits for testing and development.

Set Up Your Workspace

After signing up, you’ll be guided through creating your workspace. This is where you’ll manage your API keys, view usage analytics, and configure your integration settings.

Get Your API Key

Create an API key for your workspace. You can find it in the API Keys section of your dashboard.

Using Your API Key

Include your API key in the API-KEY header of your requests:
curl -X POST https://api.ledgerbeam.com/v1/transactions \
  -H "API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"description": "APPLE.COM/BILL"}'

Security Best Practices

  • Keep your API key secure - Never expose it in client-side code or public repositories
  • Use environment variables - Store your API key in secure environment variables
  • Rotate keys regularly - Generate new keys periodically for enhanced security
  • Monitor usage - Check your dashboard regularly for unusual activity

Rate Limits

Account creation is free. But paid plans include higher limits and priority processing. Check your current plan in the dashboard.

Need Help?