Skip to main content
Version: 1.0.0

SNS API

The SNS (Simple Name Service) is a Bitcoin-native decentralized naming system that registers, maps, and manages human-readable domain names (e.g. ".sats") directly on the Bitcoin blockchain.

Response Format

All endpoints return responses in the following format:

{
"error": null,
"result": { ... }
}

On error, "error" contains a message string with HTTP status 400 or 500.