REST API
The REST API requires no installation, no SDK, and no authentication on testnet. Send standard HTTP requests from any environment — a browser, a server, a script, or a CI pipeline.https://api.blackswanfinance.xyz. All endpoints accept GET requests and return JSON. See the API Reference for the full endpoint catalog.
JavaScript SDK
The JavaScript SDK supports Node.js 16+ and modern browsers. It ships with full TypeScript type definitions and exposes an async-first interface built on top ofethers.js.
Requirements
- Node.js 16 or higher
- An RPC provider URL for the target network (Alchemy, Infura, QuickNode, or any compatible endpoint)
Python SDK
The Python SDK supports Python 3.8+ and is available on PyPI. It provides synchronous and async interfaces and is compatible with any WSGI or ASGI framework. Requirements- Python 3.8 or higher
- An RPC provider URL for the target network