Skip to main content
Version: 1.0.0

SNS API

Sats Name Service (SNS) indexer API. Tracks SNS name registrations on Bitcoin.

SNS is a name service protocol where inscriptions register human-readable names under specific namespaces (e.g., .sats, .btc).

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.