SUBTC — TOR Network Support (.onion API Access)
The **SUBTC Protocol** supports development and API interaction over the **TOR network**, enabling enhanced privacy and anonymous access through `.onion` services.
---
1. TOR Integration
SUBTC APIs can be accessed via:
- Standard internet (clearnet)
- TOR network (.onion endpoints)
This allows developers to build systems with **additional privacy layers**.
---
2. Requirements
To use SUBTC over TOR:
- Install and run TOR locally
- Ensure SOCKS5 proxy is active on:
127.0.0.1:9050
- Enable TOR routing on your server or payment system
---
3. Example CURL Request
curl --socks5-hostname 127.0.0.1:9050 \
http://ofwahoue652hjkwdc4osoc52tc6gu62ybjgc43jnuz4fleojadx73wyd.onion/health
This sends a request through TOR to the SUBTC .onion endpoint.
API Usage over TOR
All SUBTC API endpoints remain the same:
https://subtc.net/api�
You simply route requests through TOR using:
curl with SOCKS5
TOR-enabled HTTP clients
Backend services configured for proxy routing
Use Cases
Privacy-focused payment gateways
Anonymous automation scripts
AI agents operating in secure environments
Systems requiring censorship resistance
Philosophy
Privacy is a core principle
No tracking, no surveillance
Developers choose their network layer freely
Conclusion
SUBTC + TOR provides a powerful combination:
Programmable Bitcoin execution
Network-level privacy
Fully automated systems
Enabling developers to build secure, anonymous, and decentralized applications with ease.
https://subtc.net/api�