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.
- 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.
- 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
- 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.<br>API Usage over TOR<br>All SUBTC API endpoints remain the same:<br>https://subtc.net/api�<br>You simply route requests through TOR using:<br>curl with SOCKS5<br>TOR-enabled HTTP clients<br>Backend services configured for proxy routing<br>Use Cases<br>Privacy-focused payment gateways<br>Anonymous automation scripts<br>AI agents operating in secure environments<br>Systems requiring censorship resistance<br>Philosophy<br>Privacy is a core principle<br>No tracking, no surveillance<br>Developers choose their network layer freely<br>Conclusion<br>SUBTC + TOR provides a powerful combination:<br>Programmable Bitcoin execution<br>Network-level privacy<br>Fully automated systems<br>Enabling developers to build secure, anonymous, and decentralized applications with ease.<br>https://subtc.net/api�