Official SDKs
Integrate Range APIs quickly with our official Software Development Kits.Faraday SDK
Execute compliant cross-chain stablecoin transfers with built-in risk screening and Travel Rule compliance.GitHub Repository
View source code, examples, and contribute to the Faraday SDK.
npm Package
Install via npm for JavaScript/TypeScript projects.
Quick Install
npm
yarn
Basic Usage
Community Libraries
Unofficial libraries and tools built by the Range community:Community libraries are not officially maintained by Range. Use at your own
discretion and verify security before production use.
Python SDK (Community)
Python SDK (Community)
A Python wrapper for Range APIs built by the community.
bash pip install range-sdk Note: This is a community-maintained project. For official
support, use direct API calls.Go Client (Community)
Go Client (Community)
A Go client for Range Data and Risk APIs.
bash go get github.com/community/range-go Note: This is a community-maintained
project.Code Examples
Data API
Fetch address information across multiple chains:Risk API
Screen an address for sanctions:Developer Tools
Postman Collection
Import our Postman collection to test all Range API endpoints interactively:Import Postman Collection
Download our complete API collection for easy testing (coming soon)
API Reference
Interactive API documentation with request builders:Integration Templates
Starter templates for common frameworks:Next.js + Range API
Next.js + Range API
Full-stack Next.js template with Range API integration:
bash npx create-next-app@latest my-range-app --example range-integration Coming
soon - Request early accessExpress.js Backend
Express.js Backend
Node.js/Express backend template with Range Risk API:
bash git clone https://github.com/rangesecurity/express-template cd express-template npm install Coming soon - Request early
accessPython Flask API
Python Flask API
Flask REST API with Range Data integration:
bash git clone https://github.com/rangesecurity/flask-template cd flask-template pip install -r requirements.txt Coming soon - Request early
accessContributing
We welcome contributions to our open-source SDKs and tools!How to Contribute
- Fork the repository on GitHub
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request

