Access SUBTC via Public Internet or Tor
SUBTC Protocol can be accessed through both the public Internet and Tor hidden services.
This allows developers to choose between standard connectivity or privacy-focused routing.
Public endpoints:
https://subtc.net
https://api.subtc.net
These URLs are typically used for normal API requests such as:
curl https://api.subtc.net/health
Tor hidden services:
https://subtc.net
http://zxoja4axzizweuf2j6sn2g3zk4zh7tzv7r2fgc4jqjwtm37tketkwlyd.onion/ https://api.subtc.net
http://ofwahoue652hjkwdc4osoc52tc6gu62ybjgc43jnuz4fleojadx73wyd.onion/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/healthThis dual-access design ensures the protocol remains reachable, resilient, and censorship-resistant.
API Base:
https://subtc.net/api