Documentation Checkout API Username API Wallets API Miscellaneous

Username API

Open-source, non-custodial name service for the Nano blockchain.

Names

Names are unique, ephemeral and standardized for API use.

Dataset: https://nano.to/known.json

Aliases

Aliases are used on nanobrowse.com and nanolooker.com. Aliases don't expire and can contain spaces, but are not standardized for API use.

Dataset: https://nano.to/aliases.json

line

Register

Via RPC

curl -d '{
  "action": "get_name",
  "name": "NanoBull"
}' \
-H "Content-Type: application/json" \
"https://rpc.nano.to"

line

Basic Usage

Name:

https://nano.to/Fosse

Raw Address:

https://nano.to/:ADDRESS

line

Single Panel

https://nano.to/Fosse?amount=50
Single Panel UI

line

Double Panel

https://nano.to/Moon?plans=Tip:0.133,Small:1,Medium:10,Large:20,Gigantic:100
Single Panel UI

line

Customize Colors

https://nano.to/Moon
?background=$0057b7:$ffd700
&color=$FFF:$000
&highlight=white
&vanity=$0057b7
&qrcode=white:$0057b7
&logo=https://nano.to/dist/logo/cyber.png

line

Available Options

line

Funding UI

Easily show a meter of progress for any Nano fundraiser.

https://nano.to/@Basedlemahieu?goal=100:Funding Goal
Single Panel UI

line

Update Name

You can update your data anytime.

https://nano.to/:USERNAME/update

Only original address may update. You can pre-configure URL params in the metadata field of update UI.

Renew Name

You can extend registration anytime.

https://nano.to/:USERNAME/renew

Only original address may add time.

line

Grace Periods

Usernames have 10 day after expiration, regardless of duration leased. Only the original address may renew.

line

Checkout API

If you'd like receive notifications and private webhooks, try the Checkout API

line

Usage License

Nano.to Names are licensed under Limited Commercial Use:

Contact [email protected] for questions.

line

Nano.to Support