Access SUBTC via Public Internet or Tor
SUBTC Protocol can be accessed through both the public Internet and Tor hidden services.<br>This allows developers to choose between standard connectivity or privacy-focused routing.
Public endpoints:
https://subtc.net<br>https://api.subtc.net
These URLs are typically used for normal API requests such as:
curl https://api.subtc.net/health
Tor hidden services:<br>https://subtc.net<br>
http://zxoja4axzizweuf2j6sn2g3zk4zh7tzv7r2fgc4jqjwtm37tketkwlyd.onion/ <br>https://api.subtc.net<br>http://ofwahoue652hjkwdc4osoc52tc6gu62ybjgc43jnuz4fleojadx73wyd.onion/<br>Using Tor allows developers to interact with the SUBTC gateway through privacy-preserving infrastructure.
Example (Tor via curl with torsocks):
curl --socks5-hostname 127.0.0.1:9050 \
http://ofwahoue652hjkwdc4osoc52tc6gu62ybjgc43jnuz4fleojadx73wyd.onion/health<br>This dual-access design ensures the protocol remains reachable, resilient, and censorship-resistant.
API Base:<br>https://subtc.net/api