UNS Names
Learn about UNS Name resource
Introduction
Name Model
Field  | Type  | Allowed Values - Format  | Description  | 
|---|---|---|---|
name  | String  | Name registered  | |
status  | String  | STATUS_ENUM | Status of the name  | 
registration_date  | DateTime  | Date the name was registered  | |
expiration_date  | DateTime  | Date the name expires  | |
price  | Dict  | {"USD": Float, "SOL": Float}  | Price to purchase the name  | 
checkout_url  | String  | Url to proceed with the purchase of the name if it is not registered  | |
normalized_name  | String  | Normalized format of the name  | |
created_at  | DateTime  | Date the name was created  | |
created_by  | String  | Identifier 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"  
}Updated 5 months ago