Getting started
How to integrate BSBsec security tools and APIs into your project.
Getting started
This guide walks you through integrating the BSBsec API into your application. Our API detects address poisoning, scam addresses (especially for high-risk users), money laundering, exposure to risky wallets/protocols (e.g. Tornado Cash), and rug pulls / pump-and-dumps—so you can block, flag, or warn before damage is done.
Prerequisites
- Node.js 18+ or your preferred runtime
- An API key (contact us to obtain one)
- Basic familiarity with REST APIs
Quick start
- Obtain credentials – Request access via contact@bsbsec.com.
- Store your API key – Use environment variables; never commit keys to source control.
- Call the API – Base URL:
https://api.bsbsec.com/v1(placeholder).
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.bsbsec.com/v1/health
Next steps
- What the API detects – Full list of detection types (address poisoning, scams, ML, risky wallets, rug pulls)
- Authentication – API key usage and scopes
- Webhooks – Receiving security alerts
- SDKs – Official client libraries (coming soon)