Authentication
Birdeye APIs use API-key authentication.Get your API key
- Sign in at bds.birdeye.so
- Open the
Securitytab in the dashboard - Click
Generate key - Copy the key and store it securely
Send the key in request headers
Include your key in theX-API-KEY header on every request.
JavaScript
Python
Notes
- Generate keys from the
Securitypage in BDS. - Rotate keys if they are exposed or shared accidentally.
- Use whitelist and blacklist controls in the dashboard for tighter production security.
- Some endpoints also require headers such as
x-chainorx-perp.

