UNS Names

Learn about UNS Name resource

Introduction

Name Model

FieldTypeAllowed Values - FormatDescription
nameStringName registered
statusStringSTATUS_ENUMStatus of the name
registration_dateDateTimeDate the name was registered
expiration_dateDateTimeDate the name expires
priceDict{"USD": Float, "SOL": Float}Price to purchase the name
checkout_urlStringUrl to proceed with the purchase of the name if it is not registered
normalized_nameStringNormalized format of the name
created_atDateTimeDate the name was created
created_byStringIdentifier of the entity that created the name
{
"name":"universalnamespace",
"status": "REGISTERED",
"registration_date": "2022-12-01T09:00:00.000+00:00",
"expiration_date": "2022-12-01T09:00:00.000+00:00",
"price": {"USD":0.0, "SOL": 0.0},
"checkout_url": "",
"normalized_name": "universalnamespace",
"created_at": "2022-12-01T09:00:00.000+00:00",
"created_by": "2074e02a-8aa5-11ed-a1eb-0242ac120002"  
}